Closed majorgilles closed 3 weeks ago
In the end all of my issues were caused by release-please not being able to create github releases, because the PR pattern was not appropriate. It could not create or find matching releases, which caused all of the commits to be considered each time. And since the patterns were wrong, it failed to create the github release after merging the release-please PR. Had to use the release-please
cli command with github-release
parameter to find this issue.
Environment details
Steps to reproduce
Config files
.release-please-manifest.json release-please-config.json
YAML of github action
points 3-5 (having an
autorelease: pending
label) may not be related to the issueit finds (apparently) an
autorelease: pending
branch (despite me having merged the PR - this may be a totally separate issue)I remove the autorelease: pending label
I rerun the action, which creates a PR this time.
This PR contains commits already released as can be seen here. CHANGELOG.md
Thanks!