2015-10-19 21:59:30 +08:00
|
|
|
# Release procedure (for developers):
|
|
|
|
|
2016-04-05 13:49:18 +08:00
|
|
|
- For minor (A.B.0) releases:
|
|
|
|
- Check whether the release uses any not-yet-released zsh features
|
2015-10-19 21:59:30 +08:00
|
|
|
- Check open issues and outstanding pull requests
|
|
|
|
- Confirm `make test` passes
|
|
|
|
- check with multiple zsh versions
|
2020-02-28 23:36:25 +08:00
|
|
|
(easiest to check travis: https://travis-ci.org/zsh-users/zsh-syntax-highlighting/)
|
2015-10-19 21:59:30 +08:00
|
|
|
- Update changelog.md
|
2016-10-19 06:43:36 +08:00
|
|
|
`tig --abbrev=12 --abbrev-commit 0.4.1..upstream/master`
|
2015-10-20 22:37:14 +08:00
|
|
|
- Remove `-dev` suffix from `./.version`;
|
2017-08-30 15:32:56 +08:00
|
|
|
Commit that using `git commit -m "Tag version $(<.version)." .version`;
|
2020-01-12 07:43:23 +08:00
|
|
|
Tag it using `git tag -s -m "Tag version $(<.version)" $(<.version)`;
|
2015-10-20 22:37:14 +08:00
|
|
|
Increment `./.version` and restore the `-dev` suffix;
|
2017-08-30 15:32:56 +08:00
|
|
|
Commit that using `git commit -C b5c30ae52638e81a38fe5329081c5613d7bd6ca5 .version`.
|
2017-08-01 01:42:28 +08:00
|
|
|
- Push with `git push && git push --tags`
|
2015-10-19 21:59:30 +08:00
|
|
|
- Notify downstreams (OS packages)
|
|
|
|
- anitya should autodetect the tag
|
2015-10-20 22:41:55 +08:00
|
|
|
- Update /topic on IRC
|