We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a4bbee + a1818e4 commit 423f895Copy full SHA for 423f895
RELEASE.md
@@ -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