mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2026-01-09 08:54:20 +01:00
Release on GitHub release (#276)
This commit is contained in:
committed by
GitHub
parent
5c9f688d95
commit
1669a3af01
14
RELEASE.md
14
RELEASE.md
@@ -2,14 +2,12 @@
|
||||
|
||||
## Bumping Dependencies
|
||||
|
||||
1. Change dependency
|
||||
2. Upgrade lock with `uv lock --resolution lowest-direct
|
||||
1. Change dependency version in `pyproject.toml`
|
||||
2. Upgrade lock with `uv lock --resolution lowest-direct`
|
||||
|
||||
## Major or Minor Release
|
||||
|
||||
1. Create a release branch named `vX.Y.Z` where `X.Y.Z` is the version.
|
||||
2. Bump version number on release branch.
|
||||
3. Create an annotated, signed tag: `git tag -s -a vX.Y.Z`
|
||||
4. Create a github release using `gh release create` and publish it.
|
||||
5. Have the release flow being reviewed.
|
||||
7. Bump version number on `main` to the next version followed by `.dev`, e.g. `v0.4.0.dev`.
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user