mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
tagscript: follow our git subject line capitalization convention
This commit is contained in:
parent
d96736c19e
commit
55330e0e56
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user