2015-10-19 13:59:30 +00:00
|
|
|
# Release procedure (for developers):
|
|
|
|
|
2016-04-05 05:49:18 +00:00
|
|
|
- For minor (A.B.0) releases:
|
|
|
|
- Check whether the release uses any not-yet-released zsh features
|
2015-10-19 13:59:30 +00:00
|
|
|
- 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`;
|
2015-11-27 23:24:22 +00:00
|
|
|
Commit that using 'git commit -m "Tag version $(<.version).";
|
2015-10-20 14:37:14 +00:00
|
|
|
Tag it using `git tag $(<.version)`;
|
|
|
|
Increment `./.version` and restore the `-dev` suffix;
|
2015-11-27 23:24:22 +00:00
|
|
|
Commit that using 'git commit -C b5c30ae52638e81a38fe5329081c5613d7bd6ca5'.
|
2015-10-20 14:37:14 +00:00
|
|
|
- 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
|