release.md: Document tag process more clearly.
This commit is contained in:
parent
b5c30ae526
commit
cac3d95269
@ -4,8 +4,11 @@
|
||||
- Confirm `make test` passes
|
||||
- check with multiple zsh versions
|
||||
- Update changelog.md
|
||||
- Update ./.version
|
||||
- `git tag $(<.version) && git push --tags`
|
||||
- `perl -pi -e 's/$/-dev/' ./.version`
|
||||
- Remove `-dev` suffix from `./.version`;
|
||||
Commit that;
|
||||
Tag it using `git tag $(<.version)`;
|
||||
Increment `./.version` and restore the `-dev` suffix;
|
||||
Commit that.
|
||||
- Push with `git push --tags`
|
||||
- Notify downstreams (OS packages)
|
||||
- anitya should autodetect the tag
|
||||
|
Loading…
Reference in New Issue
Block a user