From 9f36e51058fc6ff24a1c2b8f756304a8c824c2cb Mon Sep 17 00:00:00 2001 From: martincostello Date: Mon, 11 Aug 2025 16:19:43 +0100 Subject: [PATCH] Sign-off commits Add the `Signed-off-by` trailer to Git commits. --- .github/workflows/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index eade395d10..ed73468270 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -72,7 +72,7 @@ jobs: git checkout -b $branchName git add . - git commit -m "Bump version`n`nBump version to ${env:NEXT_VERSION} for the next release." + git commit -m "Bump version`n`nBump version to ${env:NEXT_VERSION} for the next release." -s git push -u origin $branchName "branch-name=${branchName}" >> $env:GITHUB_OUTPUT