tagscript: follow our git subject line capitalization convention

This commit is contained in:
Travis Cross 2012-05-07 21:49:00 +00:00
parent d96736c19e
commit 55330e0e56
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ set_fs_ver "$gver" "$gmajor" "$gminor" "$gmicro" "$grev"
echo "Committing the new version..." >&2
git add configure.in
git commit -m "Release freeswitch-$gver"
git commit -m "release freeswitch-$gver"
echo "Tagging freeswitch v$gver..." >&2
git tag -a ${opts} -m "freeswitch-$gver release" "v$gver"