Commit ae773837 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add changelog output

parent 104248ed
......@@ -72,7 +72,10 @@ elif [ "$INCREMENTMODE" = "-s" ] ; then
inc_subrelease $SPECNAME
fi
NEWREV=$(get_version $SPECNAME)-$(get_release $SPECNAME)
echo "Add changelog to $NEWREV:"
echo "$CHANGELOG"
add_changelog_helper "$CHANGELOG" $SPECNAME
NEWREV=$(get_version $SPECNAME)-$(get_release $SPECNAME)
git_commit_ignore_nothing $SPECNAME -m "update spec to new build $NEWREV (with rpmlog script)"
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