Skip to content

Commit 2638f66

Browse files
authored
ci: release-please to tag pull request number (#270)
This repository creates multiple Git tags upon one release pull request. Example: ca9ff14 To adopt the new release pipeline based on Git tags, this `tagPullRequestNumber` creates an additional `release-please-<pr number>` tag to a release. We'll monitor that tag to trigger one release job for one release. This option has been working good for google-cloud-go ([example](googleapis/google-cloud-go@8332a9b)). b/415834227
1 parent 17ba6d7 commit 2638f66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414

1515
handleGHRelease: true
1616
manifest: true
17+
tagPullRequestNumber: true

0 commit comments

Comments
 (0)