提交 581e04c4 authored 作者: Travis Cross's avatar Travis Cross

tagscript: improve formatting of commits and tags

上级 a9b99746
...@@ -119,7 +119,7 @@ set_fs_ver "$gver" "$gmajor" "$gminor" "$gmicro" "$grev" ...@@ -119,7 +119,7 @@ set_fs_ver "$gver" "$gmajor" "$gminor" "$gmicro" "$grev"
echo "Committing the new version..." >&2 echo "Committing the new version..." >&2
git add configure.in git add configure.in
if ! (git commit --allow-empty -m "release freeswitch-$gver"); then if ! (git commit --allow-empty -m "release FreeSWITCH $gver"); then
cat >&2 <<EOF cat >&2 <<EOF
Committing the new version failed for some reason. Definitely look Committing the new version failed for some reason. Definitely look
into this before proceeding. into this before proceeding.
...@@ -129,7 +129,7 @@ EOF ...@@ -129,7 +129,7 @@ EOF
fi fi
echo "Tagging freeswitch v$gver..." >&2 echo "Tagging freeswitch v$gver..." >&2
if ! (git tag -a ${opts} -m "freeswitch-$gver release" "v$gver"); then if ! (git tag -a ${opts} -m "FreeSWITCH $gver" "v$gver"); then
cat >&2 <<EOF cat >&2 <<EOF
Committing the new tag failed for some reason. Maybe you didn't Committing the new tag failed for some reason. Maybe you didn't
delete an old tag with this name? Definitely figure out what's wrong delete an old tag with this name? Definitely figure out what's wrong
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论