Commit efa7d212 authored by Vitaly Lipatov's avatar Vitaly Lipatov

release_commit.sh: fix first line

parent d2cd95da
......@@ -11,7 +11,7 @@ version="$(get_version $SPECNAME)"
git add packed
git commit packed -m "commit packed $version"
git tag -a "$version" -e -s -m "$(rpmlog -q --last-changelog ; echo)"
git tag -a "$version" -e -s -m "$(rpmlog -q --last-changelog | sed -e 's|^* ||')"
git push pub.github $version
gpush pub.github
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment