Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 788 Bytes

RELEASE.md

File metadata and controls

11 lines (9 loc) · 788 Bytes

Releasing

You can do the following to create a release:

  1. Run poetry install on the master branch to ensure you have the dev dependencies.
  2. Run semantic-release version to look at the commits since the last release, determine the version bump needed (if any), and then update the version + add tags to the repo.
  3. Run git push --all to push all commits and tags.
  4. GitHub Actions should both
    1. Cut a release on the release page with the relevant release notes, and
    2. Upload a release to PyPI.
  5. After a few hours, the conda-forge watcher will automatically make a PR on the Oliver feedstock repo. You'll need to review the PR and merge in to update conda-forge.