release.md: Document tag process more clearly.

This commit is contained in:
Daniel Shahaf 2015-10-20 14:37:14 +00:00
parent b5c30ae526
commit cac3d95269

View file

@ -4,8 +4,11 @@
- Confirm `make test` passes - Confirm `make test` passes
- check with multiple zsh versions - check with multiple zsh versions
- Update changelog.md - Update changelog.md
- Update ./.version - Remove `-dev` suffix from `./.version`;
- `git tag $(<.version) && git push --tags` Commit that;
- `perl -pi -e 's/$/-dev/' ./.version` Tag it using `git tag $(<.version)`;
Increment `./.version` and restore the `-dev` suffix;
Commit that.
- Push with `git push --tags`
- Notify downstreams (OS packages) - Notify downstreams (OS packages)
- anitya should autodetect the tag - anitya should autodetect the tag