Skip to content

Commit a1818e4

Browse files
committed
A short overview of how to do a release
1 parent 5c70e16 commit a1818e4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

RELEASE.md

Lines changed: 10 additions & 0 deletions
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)