GH-985 - Fix backport message massaging in script.

This commit is contained in:
Oliver Drotbohm
2024-12-11 17:23:35 +01:00
parent 1a3d6c19f2
commit 1fb8def139

View File

@@ -41,7 +41,7 @@ do
# Update commit message to refer to new ticket
echo "Adapt commit message from $sourceGh to $targetGh"
git commit --amend -m "$message\n\nFixes GH-$number."
git commit --amend -m "$message"
done
# Return to original branch