summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2012-10-23 22:05:31 -0600
committerRyan Hill <dirtyepic@gentoo.org>2012-10-23 22:05:31 -0600
commit0abd60101f2358537e39381973d51f86ada264d5 (patch)
tree85a124c915b1c5c88c58b6845a6b6b3eb3a6baf4
parentAdd myself to AUTHORS. (diff)
downloadgentoo-bashcomp-0abd60101f2358537e39381973d51f86ada264d5.tar.gz
gentoo-bashcomp-0abd60101f2358537e39381973d51f86ada264d5.tar.bz2
gentoo-bashcomp-0abd60101f2358537e39381973d51f86ada264d5.zip
Create annotated tags.gentoo-bashcomp-20121024
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 62f4ea7..e8f87cd 100644
--- a/Makefile
+++ b/Makefile
@@ -19,9 +19,9 @@ install:
tag:
git pull
- git tag $(distpkg)
+ git tag -a $(distpkg) -m "tag $(distpkg)"
@echo
- @echo "tag created remember to push it"
+ @echo "created tag $(distpkg) - remember to push it"
@echo
dist: tag