Commit b4fe5ef1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

improve release_commit.sh script

parent c4033fce
......@@ -7,7 +7,9 @@ load_mod spec etersoft
SPECNAME=eepm.spec
version="$(get_version $SPECNAME)"
./pack_in_onefile.sh
git add packed
git commit packed -m "commit packed $version"
git tag -a "$version" -e -m "$(rpmlog --last-changelog)"
git tag -a "$version" -e -s -m "$(rpmlog --last-changelog)"
git push pub.github $version
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