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.

14 rivejä
1.0 KiB

5 kuukautta sitten
  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-virtualenv/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 `bin/pyenv-virtualenv`
  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