Github Release and tag is not created when merging the release PR using the Github CLI #2457
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Describe the error
Neither a tag, nor a release, is being created when merging the release PR using the Github CLI.
Steps to reproduce
gh pr merge <pr_number> --squash
Please refer to the sample code that reproduces the issue.
Workaround
A workaround seems to be to add the
release-please:force-run
label to the merged PR, as suggested in the README.Notes
This issue was originally posted in the release-please-action repository, but I'm posting it here as well as I'm unsure about where the issue belongs.
The text was updated successfully, but these errors were encountered: