Skip to content

Commit

Permalink
remove seconds from git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
antipasta committed Jul 22, 2020
1 parent 96fa9a6 commit 9d7c13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
uncommit = reset --soft HEAD^
onstage = diff --staged
currentbranch = rev-parse --abbrev-ref HEAD
tagrelease = !git tag -a v$(date -u +%y.%m.%d.%H%M%S) -m 'release tag'
tagrelease = !git tag -a v$(date -u +%y.%m.%d.%H%M) -m 'release tag'
[rerere]
enabled = true
[url "ssh://[email protected]/"]
Expand Down

0 comments on commit 9d7c13d

Please sign in to comment.