Browse Source

Improve description of the tag created by release.sh script

Leo 9 years ago
parent
commit
9d03ab009f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      release.sh

+ 1 - 1
release.sh

@@ -7,7 +7,7 @@
 
 # Record changes
 git commit -a -m "Version $(cat ./VERSION)"
-git tag -s v$(cat VERSION) -m "Release $(cat VERSION)"
+git tag -s v$(cat VERSION) -m "Release version $(cat VERSION)"
 
 # Cleanup dist directory to put the new archives, if exists
 if [ -d dist ]; then