Skip to content

Commit 4c55597

Browse files
committed
fix minor
1 parent 3ede18f commit 4c55597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Depending on the type of release, run one of the following:
154154
* `make release-major`: This will release the next major version. Use this to if the changes modify the user API in a backwards incompatible way after the major version 1 has been released.
155155

156156
Running one of these will **push commits directly** to `main`.
157-
At the end, you should see the 3 commits on `main` on (from oldest to newest):
157+
At the end, you should see the 3 commits on `main` (from oldest to newest):
158158
- `make release-tag: Merge branch 'main' into stable`
159159
- `Bump version: X.Y.Z.devN → X.Y.Z`
160160
- `Bump version: X.Y.Z -> X.Y.A.dev0`

0 commit comments

Comments
 (0)