From 1fb8def139d9f14fe46c96ebb03cdc576c847131 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Wed, 11 Dec 2024 17:23:35 +0100 Subject: [PATCH] GH-985 - Fix backport message massaging in script. --- etc/create-backport-tickets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/create-backport-tickets.sh b/etc/create-backport-tickets.sh index 1bb96f48..3cf74a46 100755 --- a/etc/create-backport-tickets.sh +++ b/etc/create-backport-tickets.sh @@ -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