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

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