mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 06:54:18 +01:00
We need to ensure that we always test against the lowest bounds. Libraries should set resolution to `lowest-direct`.
525 B
525 B
Release Process
Bumping Dependencies
- Change dependency
- Upgrade lock with `uv lock --resolution lowest-direct
Major or Minor Release
- Create a release branch named
vX.Y.ZwhereX.Y.Zis the version. - Bump version number on release branch.
- Create an annotated, signed tag:
git tag -s -a vX.Y.Z - Create a github release using
gh release createand publish it. - Have the release flow being reviewed.
- Bump version number on
mainto the next version followed by.dev, e.g.v0.4.0.dev.