Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

17 lignes
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