Commit 3feb4498 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add release_commit.sh script

parent d311d2cc
#!/bin/sh
# load common functions, compatible with local and installed script
. /usr/share/eterbuild/eterbuild
load_mod spec etersoft
SPECNAME=eepm.spec
version="$(get_version $SPECNAME)"
git add packed
git commit packed -m "commit packed $version"
git tag -a "$version" -e -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