Skip to content

Commit 8c781b0

Browse files
committed
Update release_steps
1 parent 2347476 commit 8c781b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/release_steps.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88

99
### Bump version (updates files + creates tag)
1010

11+
To not create a tag, use `--no-tag`.
12+
1113
```bash
1214
bumpversion [patch|minor|major]
1315
```
1416

1517
### Create and push tag (triggers automated PyPI deployment)
1618

1719
```bash
18-
git tag -a vX.Y.Z -m "Version X.Y.Z"
1920
git push origin main --tags
2021
```
2122

0 commit comments

Comments
 (0)