diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,5 +70,5 @@ tar: dir localcopy dist: tar tag: - git tag '$(VERSION)' + git tag -a '$(VERSION)' -m '$(VERSION)' git push origin $(VERSION) |
index : spec-helper | ||
Tools to ease the creation of RPM packages | Anssi Hannula [anssi] |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 2 |
@@ -70,5 +70,5 @@ tar: dir localcopy dist: tar tag: - git tag '$(VERSION)' + git tag -a '$(VERSION)' -m '$(VERSION)' git push origin $(VERSION) |