mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-18 14:34:27 +01:00
347 B
347 B
Release Process
Major or Minor Releases
- 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 - Build and publish the package.
- Bump version number on
mainto the next version followed by.dev, e.g.v0.4.0.dev.