Commit e0fdb1c6 authored by Devaev Maxim's avatar Devaev Maxim

Drop release to alt1 if incrementing version

parent f349996e
......@@ -83,6 +83,7 @@ if [ "$INCREMENTMODE" = "-r" ] ; then
elif [ "$INCREMENTMODE" = "-s" ] ; then
inc_subrelease $SPECNAME
elif [ "$INCREMENTMODE" = "-v" ] ; then
set_release $SPECNAME
inc_version $SPECNAME
fi
......
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