mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 01:52:26 +08:00
fix order of events in the release process
We need to gx release *before* tagging. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
@ -23,11 +23,11 @@ will be allowed up to release day.
|
|||||||
- [ ] CHANGELOG.md has been updated
|
- [ ] CHANGELOG.md has been updated
|
||||||
- use `./bin/mkreleaselog` to generate a nice starter list
|
- use `./bin/mkreleaselog` to generate a nice starter list
|
||||||
- [ ] version string in `repo/version.go` has been updated
|
- [ ] version string in `repo/version.go` has been updated
|
||||||
|
- [ ] publish gx version with `gx release`, as per [gx release guidelines](https://github.com/whyrusleeping/gx#publishing-and-releasing)
|
||||||
- [ ] tag commit with vX.Y.Z
|
- [ ] tag commit with vX.Y.Z
|
||||||
- [ ] update release branch to point to release commit
|
- [ ] update release branch to point to release commit (`git merge vX.Y.Z`).
|
||||||
- [ ] publish dist.ipfs.io
|
- [ ] publish dist.ipfs.io
|
||||||
- [ ] publish next version to https://github.com/ipfs/npm-go-ipfs
|
- [ ] publish next version to https://github.com/ipfs/npm-go-ipfs
|
||||||
- [ ] publish gx version with `gx release`, as per [gx release guidelines](https://github.com/whyrusleeping/gx#publishing-and-releasing)
|
|
||||||
|
|
||||||
## Post-Release
|
## Post-Release
|
||||||
- [ ] Bump version string in `repo/version.go` to `vX.Y.Z-dev`
|
- [ ] Bump version string in `repo/version.go` to `vX.Y.Z-dev`
|
||||||
|
Reference in New Issue
Block a user