mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 14:54:24 +01:00
update release.md
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
# Release Process
|
# Release Process
|
||||||
|
|
||||||
## Major or Minor Releases
|
## Major or Minor Release
|
||||||
|
|
||||||
1. Create a release branch named `vX.Y.Z` where `X.Y.Z` is the version.
|
1. Create a release branch named `vX.Y.Z` where `X.Y.Z` is the version.
|
||||||
2. Bump version number on release branch.
|
2. Bump version number on release branch.
|
||||||
3. Create an annotated, signed tag: `git tag -s -a vX.Y.Z`
|
3. Create an annotated, signed tag: `git tag -s -a vX.Y.Z`
|
||||||
4. Build and publish the package.
|
4. Create a github release using `gh release create` and publish it.
|
||||||
5. Bump version number on `main` to the next version followed by `.dev`, e.g. `v0.4.0.dev`.
|
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`.
|
||||||
|
|||||||
Reference in New Issue
Block a user