mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-18 14:34:27 +01:00
14 lines
407 B
Markdown
14 lines
407 B
Markdown
# Release Process
|
|
|
|
## Bumping Dependencies
|
|
|
|
1. Change dependency version in `pyproject.toml`
|
|
2. Upgrade lock with `uv lock --resolution lowest-direct`
|
|
|
|
## Major or Minor Release
|
|
|
|
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.
|