Releasing¶
Version policy¶
gp-libs is pre-1.0. Minor version bumps may include breaking changes.
Release process¶
uv handles virtualenv creation, package requirements, versioning,
building, and publishing. There is no setup.py or requirements file.
Update
CHANGESwith release notes.Bump version in
src/gp_libs.pyandpyproject.toml.Create the release commit:
$ git commit -m 'Tag v0.1.1'
Push the branch for review:
$ git push
After review, the release owner creates and pushes the
v0.1.1tag. Tags trigger the publish workflow.