Skip to content

Commit 382e823

Browse files
authored
fix: release-please's tagPullRequestNumber (#1155)
With this `tagPullRequestNumber: true` configuration, the Release Please bot will tag the commit SHA with "release-please-<PR number>`. 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.
1 parent 5d58567 commit 382e823

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/release-please.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
handleGHRelease: true
22
releaseType: java-yoshi
33
versioning: always-bump-minor
4+
tagPullRequestNumber: true
45
branches:
56
- bumpMinorPreMajor: true
67
handleGHRelease: true

0 commit comments

Comments
 (0)