Skip to content

Commit 17c6da6

Browse files
committed
chore: Fix alias example
1 parent 62d85a2 commit 17c6da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
```
2525
or create an alias
2626
```bash
27-
alias tag-minor="git-semver -target minor"
27+
alias gtg-min="git tag -s -a $(git-semver -target minor)"
2828
```
2929

3030
## Why is this useful?

0 commit comments

Comments
 (0)