mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-18 22:44:20 +01:00
A short overview of how to do a release
This commit is contained in:
10
RELEASE.md
Normal file
10
RELEASE.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Release Process
|
||||
|
||||
## Major or Minor Releases
|
||||
|
||||
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. Build and publish the package.
|
||||
5. 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