Release on GitHub release (#276)

This commit is contained in:
Marcelo Trylesinski
2025-03-13 14:09:18 +01:00
committed by GitHub
parent 5c9f688d95
commit 1669a3af01
3 changed files with 19 additions and 12 deletions

View File

@@ -2,14 +2,12 @@
## Bumping Dependencies
1. Change dependency
2. Upgrade lock with `uv lock --resolution lowest-direct
1. Change dependency version in `pyproject.toml`
2. Upgrade lock with `uv lock --resolution lowest-direct`
## Major or Minor Release
1. Create a release branch named `vX.Y.Z` where `X.Y.Z` is the version.
2. Bump version number on release branch.
3. Create an annotated, signed tag: `git tag -s -a vX.Y.Z`
4. Create a github release using `gh release create` and publish it.
5. Have the release flow being reviewed.
7. Bump version number on `main` to the next version followed by `.dev`, e.g. `v0.4.0.dev`.
Create a GitHub release via UI with the tag being `vX.Y.Z` where `X.Y.Z` is the version,
and the release title being the same. Then ask someone to review the release.
The package version will be set automatically from the tag.