Commit f9e8eef1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

improve release_commit.sh

parent 3da4c295
......@@ -11,5 +11,6 @@ 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)"
git tag -a "$version" -e -s -m "$(rpmlog -q --last-changelog ; echo)"
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