2024-10-21 15:54:17 +01:00
|
|
|
# Release Process
|
|
|
|
|
|
2024-12-09 14:20:44 +00:00
|
|
|
## Bumping Dependencies
|
|
|
|
|
|
2025-03-13 14:09:18 +01:00
|
|
|
1. Change dependency version in `pyproject.toml`
|
|
|
|
|
2. Upgrade lock with `uv lock --resolution lowest-direct`
|
2024-12-09 14:20:44 +00:00
|
|
|
|
2024-11-19 12:27:03 +00:00
|
|
|
## Major or Minor Release
|
2024-10-21 15:54:17 +01:00
|
|
|
|
2025-03-13 14:09:18 +01:00
|
|
|
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.
|