Skip to content

Commit f3b62e5

Browse files
authored
docs: Add troubleshooting guide for the scenario that release PR is merged with autorelease:closed (#2255)
* doc: Update troubleshooting.md * Update troubleshooting.md
1 parent 06ff607 commit f3b62e5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/troubleshooting.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,6 @@ more API calls (which is one reason a manifest config is preferred).
107107
3. Iterate through the latest tags and compare against commit
108108
SHAs seen in the last 250 commits on the branch. This is to
109109
ensure that the tag happened on this target branch.
110+
111+
### What if my release PR is merged with `autorelease:closed`?
112+
The release PR will be tagged with `autorelease:closed` on closing of the PR, but it will not be tagged with `autorelease:pending` on re-opening of the PR. Hence if a release PR was accidentally closed and re-opened before merging to main, release-please wouldn't be triggred. In such case, please manually remove `autorelease:closed`, add `autorelease: pending` and `release-please:force-run` to the release PR to force re-trigger the release process. See https://github.com/googleapis/google-cloud-java/pull/10615 for example.

0 commit comments

Comments
 (0)