Skip to content

Commit 3ff5b74

Browse files
Merge pull request #3717 from ipfs/misc/real-checklist/start-tmpl
misc: improve release checklist
2 parents 5ecc8d7 + 4104673 commit 3ff5b74

File tree

1 file changed

+26
-13
lines changed

1 file changed

+26
-13
lines changed

misc/release-checklist.md

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,32 @@
1-
# ipfs release checklist
1+
# ipfs {{version}} checklist
22

3-
- [ ] version changed in repo/config/version.go
4-
- [ ] changelog.md updated
5-
- [ ] commit tagged
6-
- [ ] tests
3+
## pre-release
4+
5+
- [ ] CHANGELOG.md updated - PR:
6+
- [ ] tests are green
77
- [ ] go-ipfs tests
88
- [ ] sharness tests
99
- [ ] webui works
1010
- [ ] js-ipfs-api tests
11-
- [ ] builds
12-
- [ ] windows
13-
- [ ] linux
14-
- [ ] amd64
15-
- [ ] arm
16-
- [ ] osx
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
1732

18-
## post release
19-
- [ ] bump repo/config/version.go to $NEXT-dev

0 commit comments

Comments
 (0)