From 575d56054c327f546af2b6a14ed46647ec02de25 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Mon, 3 Mar 2025 12:58:19 -0500 Subject: [PATCH] fix: release-please's tagPullRequestNumber With this `tagPullRequestNumber: true` configuration, the Release Please bot will tag the commit SHA with "release-please-`. This information is useful when we create an automation to report the release status back to the pull request. This configuration change is not exactly a bug fix but "fix:" prefix gives a new release. --- .github/release-please.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/release-please.yml b/.github/release-please.yml index 0f693f78c..f38b36f33 100644 --- a/.github/release-please.yml +++ b/.github/release-please.yml @@ -1,6 +1,7 @@ handleGHRelease: true releaseType: java-yoshi versioning: always-bump-minor +tagPullRequestNumber: true branches: - bumpMinorPreMajor: true handleGHRelease: true