Skip to content

Commit 423f895

Browse files
authored
Merge pull request #22 from modelcontextprotocol/davidsp/release
A short overview of how to do a release
2 parents 6a4bbee + a1818e4 commit 423f895

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

RELEASE.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Release Process
2+
3+
## Major or Minor Releases
4+
5+
1. Create a release branch named `vX.Y.Z` where `X.Y.Z` is the version.
6+
2. Bump version number on release branch.
7+
3. Create an annotated, signed tag: `git tag -s -a vX.Y.Z`
8+
4. Build and publish the package.
9+
5. Bump version number on `main` to the next version followed by `.dev`, e.g. `v0.4.0.dev`.
10+

0 commit comments

Comments
 (0)