From fcb5ca6ce1e5ba3ec7454e4409713dbfe1692b8b Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 18 Feb 2025 11:44:23 -0500 Subject: [PATCH] Fix commit message in finalize workflow (#34014) --- .github/workflows/finalize_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/finalize_release.yml b/.github/workflows/finalize_release.yml index c89dabc70c66..5180fa9a4818 100644 --- a/.github/workflows/finalize_release.yml +++ b/.github/workflows/finalize_release.yml @@ -175,5 +175,5 @@ jobs: - name: Commit and Push to master branch files with Next Version run: | git add .asf.yaml - git commit -m "Moving to ${NEXT_VERSION_IN_BASE_BRANCH}-SNAPSHOT on master branch." + git commit -m "Adding ${POST_RELEASE_BRANCH} to protected branches in .asf.yaml" git push origin ${MASTER_BRANCH}