simpervisor
is a package available on PyPI and conda-forge.
These are instructions on how to make a release.
- Push rights to github.com/jupyterhub/simpervisor
-
Create a PR updating
CHANGELOG.md
with github-activity and continue only when its merged. -
Checkout main and make sure it is up to date.
git checkout main git fetch origin main git reset --hard origin/main
-
Update the version, make commits, and push a git tag with
tbump
.pip install tbump tbump --dry-run ${VERSION} # run tbump ${VERSION}
Following this, the CI system will build and publishe a release.
-
Reset the version back to dev, e.g.
1.0.1.dev
after releasing1.0.0
.tbump --no-tag ${NEXT_VERSION}.dev
-
Following the release to PyPI, an automated PR should arrive within 24 hours to conda-forge/simpervisor-feedstock with instructions on releasing to conda-forge. You are welcome to volunteer doing this, but aren't required as part of making this release to PyPI.