mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-09 10:18:04 +08:00
13 lines
522 B
Markdown
13 lines
522 B
Markdown
# go-ipfs release checklist
|
|
|
|
- [ ] before release, tag 'release canidate' for users to test against
|
|
- if bugs are found/fixed, do another release canidate
|
|
- [ ] all tests pass (no exceptions)
|
|
- [ ] webui works (for most definitions of 'works')
|
|
- [ ] CHANGELOG.md has been updated
|
|
- use `git log --pretty=short vLAST..master`
|
|
- [ ] version string in `repo/config/version.go` has been updated
|
|
- [ ] tag commit with vX.Y.Z
|
|
- [ ] update release branch to point to release commit
|
|
- [ ] ensure version is built in gobuilder
|