Skip to content

Commit

Permalink
Merge pull request #3717 from ipfs/misc/real-checklist/start-tmpl
Browse files Browse the repository at this point in the history
misc: improve release checklist
  • Loading branch information
whyrusleeping authored Mar 2, 2017
2 parents 5ecc8d7 + 4104673 commit 3ff5b74
Showing 1 changed file with 26 additions and 13 deletions.
39 changes: 26 additions & 13 deletions misc/release-checklist.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,32 @@
# ipfs release checklist
# ipfs {{version}} checklist

- [ ] version changed in repo/config/version.go
- [ ] changelog.md updated
- [ ] commit tagged
- [ ] tests
## pre-release

- [ ] CHANGELOG.md updated - PR:
- [ ] tests are green
- [ ] go-ipfs tests
- [ ] sharness tests
- [ ] webui works
- [ ] js-ipfs-api tests
- [ ] builds
- [ ] windows
- [ ] linux
- [ ] amd64
- [ ] arm
- [ ] osx
- [ ] deploy on one of our hosts

## RC cycle
- [ ] versions changed to {{version}}-rcX:
- [ ] in repo/config/version.go
- [ ] in package.json
- [ ] release {{version}}-rcX on dist

## release
- [ ] versions changed to {{version}}:
- [ ] in repo/config/version.go
- [ ] in package.json
- [ ] gx publish done and commited
- [ ] signed version tag pushed
- [ ] fast forward merge of **master** to **release**
- [ ] push release to dist

## post-release
- [ ] bump version to {{version+1}}-dev:
- [ ] in repo/config/version.go
- [ ] in package.json

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

0 comments on commit 3ff5b74

Please sign in to comment.