25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1.1 KiB

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