Skip to content

Commit

Permalink
GH-985 - Fix backport message massaging in script.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Dec 11, 2024
1 parent 1a3d6c1 commit 1fb8def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/create-backport-tickets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fb8def

Please sign in to comment.