Skip to content

Commit b18f02e

Browse files
committed
chg:docs: use generic numbers for version example
1 parent 50a86bc commit b18f02e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ Example:
7171
uv run bump-my-version bump minor
7272
uv sync
7373
git add .
74-
git commit -m "Bump version: 0.1.0 -> 0.2.0"
75-
git tag v0.2.0
74+
git commit -m "Bump version: 0.x.0 -> 0.y.0"
75+
git tag v0.y.0
7676
uv run gitchangelog
7777
git add CHANGELOG.txt
7878
git commit --amend --no-edit
79-
git tag -f v0.2.0
79+
git tag -f v0.y.0
8080
```

0 commit comments

Comments
 (0)