-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3717 from ipfs/misc/real-checklist/start-tmpl
misc: improve release checklist
- Loading branch information
Showing
1 changed file
with
26 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |