Skip to content

Commit 1fb8def

Browse files
committed
GH-985 - Fix backport message massaging in script.
1 parent 1a3d6c1 commit 1fb8def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/create-backport-tickets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ do
4141

4242
# Update commit message to refer to new ticket
4343
echo "Adapt commit message from $sourceGh to $targetGh"
44-
git commit --amend -m "$message\n\nFixes GH-$number."
44+
git commit --amend -m "$message"
4545
done
4646

4747
# Return to original branch

0 commit comments

Comments
 (0)