2015-10-19 13:59:30 +00:00
|
|
|
# Release procedure (for developers):
|
|
|
|
|
2022-02-13 18:03:11 +00:00
|
|
|
- Ensure every `is-at-least` invocation passes a stable zsh release's version number as the first argument
|
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
|
2020-12-24 04:13:22 +00:00
|
|
|
(easiest to check GitHub Actions: https://github.com/zsh-users/zsh-syntax-highlighting/actions)
|
2015-10-19 13:59:30 +00:00
|
|
|
- Update changelog.md
|
2016-10-18 22:43:36 +00:00
|
|
|
`tig --abbrev=12 --abbrev-commit 0.4.1..upstream/master`
|
2020-02-28 21:33:51 +00:00
|
|
|
- Make sure there are no local commits and that `git status` is clean;
|
|
|
|
Remove `-dev` suffix from `./.version`;
|
2017-08-30 07:32:56 +00:00
|
|
|
Commit that using `git commit -m "Tag version $(<.version)." .version`;
|
2020-01-11 23:43:23 +00:00
|
|
|
Tag it using `git tag -s -m "Tag version $(<.version)" $(<.version)`;
|
2015-10-20 14:37:14 +00:00
|
|
|
Increment `./.version` and restore the `-dev` suffix;
|
2017-08-30 07:32:56 +00:00
|
|
|
Commit that using `git commit -C b5c30ae52638e81a38fe5329081c5613d7bd6ca5 .version`.
|
2017-07-31 17:42:28 +00:00
|
|
|
- Push with `git push && 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
|