@cryptotaxi247 / kubo / commits / f7d9aba43

Remove duplicate release checklist

Removing this one, and keeping https://github.com/ipfs/go-ipfs/blob/master/docs/releases.md (per @larsgeirth in https://github.com/ipfs/blog/issues/97) Please review/modify thoroughly, I am not familiar enough with go-ipfs release process to comment on contents.

Michelle Lee committed May 22, 2017 at 13:18 UTC f7d9aba43333de83c3bd5722bbc8f82d12f86192
1 file changed -32
misc/release-checklist.md deleted
-32
@@ -1,32 +0,0 @@
1 -# ipfs {{version}} checklist
2 -
3 -## pre-release
4 -
5 -- [ ] CHANGELOG.md updated - PR:
6 -- [ ] tests are green
7 - - [ ] go-ipfs tests
8 - - [ ] sharness tests
9 - - [ ] webui works
10 - - [ ] js-ipfs-api tests
11 - - [ ] deploy on one of our hosts
12 -
13 -## RC cycle
14 -- [ ] versions changed to {{version}}-rcX:
15 - - [ ] in repo/config/version.go
16 - - [ ] in package.json
17 -- [ ] release {{version}}-rcX on dist
18 -
19 -## release
20 -- [ ] versions changed to {{version}}:
21 - - [ ] in repo/config/version.go
22 - - [ ] in package.json
23 -- [ ] gx publish done and commited
24 -- [ ] signed version tag pushed
25 -- [ ] fast forward merge of **master** to **release**
26 -- [ ] push release to dist
27 -
28 -## post-release
29 -- [ ] bump version to {{version+1}}-dev:
30 - - [ ] in repo/config/version.go
31 - - [ ] in package.json
32 -