Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 729 Bytes

releasing.md

File metadata and controls

11 lines (10 loc) · 729 Bytes

Releasing (for internal use)

  1. Generate the changelog (eg towncrier build --yes --version 0.1.0) and commit
  2. Run bumpversion release, commit your local changes, and note the commit sha
  3. Run bumpversion minor to update the version to the next dev release version
  4. Push your commits, open a PR, and get it merged
  5. After your PR is merged, pull the latest changes from develop
  6. Now tag your release commit (e.g. git tag 0.1.0) and push to pulp/pulp-cli
  7. Monitor the build job and then check PyPI to make sure the package has been uploaded and the docs updated
  8. Send an email to pulp-list and pulp-dev to announce the release
  9. Go to https://github.com/pulp/pulp-cli/milestones and close out the milestone