Skip to content

Commit ade44f5

Browse files
Update RELEASE_STEPS with dev tags on main
1 parent 0edc541 commit ade44f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RELEASE_STEPS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Do changes for a release:
4949
- If stable branch for this release is required, create it:
5050
- `git checkout -b v$VER.x`
5151
- For some early versions (like `0.1.0`) we may omit creation of the branch
52+
- For major/minor release, when release is done, add an extra "dev" tag on the `main` branch:
53+
- `git tag -a -s -m "Development version $VERSION+1" v$VERSION+1-dev`
54+
- for example, when `v0.1.0` is released, the dev tag would be `v0.2.0-dev`
55+
- This way, the `main` branch will introduce itself as the next version
5256

5357
## Publish changes
5458

0 commit comments

Comments
 (0)