Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

15 Zeilen
469 B

  1. # Release procedure (for developers):
  2. - Check open issues and outstanding pull requests
  3. - Confirm `make test` passes
  4. - check with multiple zsh versions
  5. - Update changelog.md
  6. - Remove `-dev` suffix from `./.version`;
  7. Commit that;
  8. Tag it using `git tag $(<.version)`;
  9. Increment `./.version` and restore the `-dev` suffix;
  10. Commit that.
  11. - Push with `git push --tags`
  12. - Notify downstreams (OS packages)
  13. - anitya should autodetect the tag
  14. - Update /topic on IRC