Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

14 linhas
1.0 KiB

  1. Creating a release
  2. ==================
  3. The release of the new version of Pyenv is done via GitHub Releases.
  4. Release checklist:
  5. * Start [drafting a new release on GitHub](https://github.com/pyenv/pyenv/releases) to generate a summary of changes. Save the summary locally.
  6. * The summary may need editing. E.g. rephrase entries, delete/merge entries that are too minor or irrelevant to the users (e.g. typo fixes, CI)
  7. * Push the version number in `libexec/pyenv---version`
  8. * Minor version is pushed if there are significant functional changes (not e.g. bugfixes/formula adaptations/supporting niche use cases).
  9. * Major version is pushed if there are breaking changes
  10. * Update `CHANGELOG.md` with the new version number and the edited summary (only the changes section), reformatting it like the rest of the changelog sections
  11. * Commit the changes locally into `master`
  12. * Create a new tag with the new version number and push the changes including the tag
  13. * Create a new release on GitHub based on the tag, using the saved summary