Skip to content
Snippets Groups Projects
Commit d0044119 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

release script: Enable patch releases from release branch.

parent c1c5bee8
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,10 @@ git add -f "${config_files[@]}"
git commit -n -m 'Add autotools files of release.'
git checkout "$prevBranch"
$reconfCmd >"$log_dir/post-release-commit-reconf.log" 2>&1
git update-index -q --really-refresh
if ! git diff-index --exit-code HEAD -- >/dev/null ; then
git commit -a -m 'Update files affected by release.'
fi
#
# Local Variables:
# mode: sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment