Parcourir la source

Improve description of the tag created by release.sh script

Leo il y a 9 ans
Parent
commit
9d03ab009f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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