release-please-action
release-please-action copied to clipboard
Modifying release please manifest created a breaking change with old commits
TL;DR
https://github.com/bootstrap-vue-next/bootstrap-vue-next/actions/runs/6067806713/job/16459946256 https://github.com/bootstrap-vue-next/bootstrap-vue-next/pull/1414 https://github.com/bootstrap-vue-next/bootstrap-vue-next/pull/1414/commits/704ebca319258a788caa3c18ad0f6a5f1acb9a97
Changing the manifest created a breaking change release for a unnecessary package. Which was rather annoying. If the package was not pre alpha this would be a big issue as I've had issues with "release-as" in the manifest. It's never seemed to work for me.
Expected behavior
Not to create a breaking change version.
Observed behavior
At most the commit message should create a minor version.
Action YAML
https://github.com/bootstrap-vue-next/bootstrap-vue-next/blob/main/.github/workflows/release-main.yaml
Log output
Posted above
Additional information
No response