Skip to content

Commit c179a60

Browse files
authored
Merge pull request #44 from nathanperkins/patch-1
Fix bad git-min alias resolves tag permanently
2 parents 17c6da6 + 2afd688 commit c179a60

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 gtg-min="git tag -s -a $(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)