nix shell
or
Install the GitHub CLI (optional) and
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
Use release status
to show current state and possible actions.
Each command is atomic and can be interrupted.
Example usage:
release init 2024_123 2024-12-01
release add-branch 23.11
release add-branch 24.05
release test-branch 23.11
release test-branch 24.05
release doc
release tag