Added SILC CPUID API
[runtime.git] / scripts / release
index b5ab3fb38761a28ac27a29f4adf3e01b32a8e87b..55e592e2ec4f157c5d207250048eb745c6f92dc3 100644 (file)
@@ -2,7 +2,7 @@
 
 last="$1"
 new="$2"
-git tag $new
-git log --no-merges $new ^$last > ChangeLog
+git tag -a -m "Release $new" $new
+git log --no-merges $new ^$last >> ChangeLog
 echo "" >> ChangeLog
 git diff --stat --summary -M $last $new >> ChangeLog