Release Process¶
This document describes the current release process. It may or may not change in the future.
Process¶
Each week on Monday if there was a commit since the last release create a new release. The version number of this release is in pyproject.toml.
To make a release the following things need to happen:
Update the changelog.md unreleased section to contain the version number and date for the release you are building. Create a pull request with the change.
Tag the release commit with the version number as soon as the PR is merged.
Build the release with poetry build and publish it with poetry publish
Create an entry in GitHub releases with the release notes for the previously tagged commit.
After the release¶
Create a pull request which contains the following changes:
Increase the minor version in pyproject.toml by one.
Update all files which contain the current version number if necessary.
Add an unreleased section in the changelog.rst.