You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
975 B

3 years ago
  1. # Release procedure (for developers):
  2. - For minor (A.B.0) releases:
  3. - Check whether the release uses any not-yet-released zsh features
  4. - Check open issues and outstanding pull requests
  5. - Confirm `make test` passes
  6. - check with multiple zsh versions
  7. (easiest to check GitHub Actions: https://github.com/zsh-users/zsh-syntax-highlighting/actions)
  8. - Update changelog.md
  9. `tig --abbrev=12 --abbrev-commit 0.4.1..upstream/master`
  10. - Make sure there are no local commits and that `git status` is clean;
  11. Remove `-dev` suffix from `./.version`;
  12. Commit that using `git commit -m "Tag version $(<.version)." .version`;
  13. Tag it using `git tag -s -m "Tag version $(<.version)" $(<.version)`;
  14. Increment `./.version` and restore the `-dev` suffix;
  15. Commit that using `git commit -C b5c30ae52638e81a38fe5329081c5613d7bd6ca5 .version`.
  16. - Push with `git push && git push --tags`
  17. - Notify downstreams (OS packages)
  18. - anitya should autodetect the tag
  19. - Update /topic on IRC