Skip to content

Commit a17b6c9

Browse files
committed
update release.md
1 parent 654480f commit a17b6c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RELEASE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Release Process
22

3-
## Major or Minor Releases
3+
## Major or Minor Release
44

55
1. Create a release branch named `vX.Y.Z` where `X.Y.Z` is the version.
66
2. Bump version number on release branch.
77
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-
8+
4. Create a github release using `gh release create` and publish it.
9+
5. Have the release flow being reviewed.
10+
7. Bump version number on `main` to the next version followed by `.dev`, e.g. `v0.4.0.dev`.

0 commit comments

Comments
 (0)