2015-10-19 13:59:30 +00:00
|
|
|
# Release procedure (for developers):
|
|
|
|
|
|
|
|
- Check open issues and outstanding pull requests
|
|
|
|
- Confirm `make test` passes
|
|
|
|
- check with multiple zsh versions
|
|
|
|
- Update changelog.md
|
2015-10-20 14:37:14 +00:00
|
|
|
- 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`
|
2015-10-19 13:59:30 +00:00
|
|
|
- Notify downstreams (OS packages)
|
|
|
|
- anitya should autodetect the tag
|
2015-10-20 14:41:55 +00:00
|
|
|
- Update /topic on IRC
|