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.

18 regels
788 B

  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. - Update changelog.md
  8. `tig --abbrev=12 --abbrev-commit 0.4.1..upstream/master`
  9. - Remove `-dev` suffix from `./.version`;
  10. Commit that using `git commit -m "Tag version $(<.version)." .version`;
  11. Tag it using `git tag -m "Tag version $(<.version)"`;
  12. Increment `./.version` and restore the `-dev` suffix;
  13. Commit that using `git commit -C b5c30ae52638e81a38fe5329081c5613d7bd6ca5 .version`.
  14. - Push with `git push && git push --tags`
  15. - Notify downstreams (OS packages)
  16. - anitya should autodetect the tag
  17. - Update /topic on IRC