aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Kaspar [Dee'Kej] <dkaspar@redhat.com>2018-08-06 13:28:25 +0200
committerDee'Kej <deekej@linuxmail.org>2018-08-07 08:10:26 +0200
commite33120dd02b17e69d7feb2063300ab2b088c6db9 (patch)
treeaa22fc8fe2fc7579ad997900c4366bf5fc37709b /Makefile
parentd641eae353a9725eb845c636ff893b0ad8b036f1 (diff)
downloadinitscripts-e33120dd02b17e69d7feb2063300ab2b088c6db9.tar
initscripts-e33120dd02b17e69d7feb2063300ab2b088c6db9.tar.gz
initscripts-e33120dd02b17e69d7feb2063300ab2b088c6db9.tar.bz2
initscripts-e33120dd02b17e69d7feb2063300ab2b088c6db9.tar.xz
initscripts-e33120dd02b17e69d7feb2063300ab2b088c6db9.zip
make tag: updated message
GitHub displays the tag message when we create new release there, so lets have message with more sense...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1114e579..28dde49e 100644
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ clean:
@find . -name "*~" -exec rm -v -f {} \;
tag:
- @git tag -a -f -m "Tag as $(VERSION)" $(VERSION)
+ @git tag -a -f -m "$(VERSION) release" $(VERSION)
@echo "Tagged as $(VERSION)"
release-commit: