We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d85a2 commit 17c6da6Copy full SHA for 17c6da6
README.md
@@ -24,7 +24,7 @@
24
```
25
or create an alias
26
```bash
27
- alias tag-minor="git-semver -target minor"
+ alias gtg-min="git tag -s -a $(git-semver -target minor)"
28
29
30
## Why is this useful?
0 commit comments