8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654480f commit a17b6c9Copy full SHA for a17b6c9
RELEASE.md
@@ -1,10 +1,10 @@
1
# Release Process
2
3
-## Major or Minor Releases
+## Major or Minor Release
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
-
+4. Create a github release using `gh release create` and publish it.
+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`.
0 commit comments