+`.github/workflows/release-please.yml` will auto generate releases. Googleapi states `creates a release pull request after it notices the default branch contains "releasable units"` -- one who's commit follows conventional commits guidelines. You may have noticed that https://github.com/cdmoro/bootstrap-vue-3/pull/443 did not come with a bot release, but https://github.com/cdmoro/bootstrap-vue-3/pull/445 did (in terms of this https://github.com/cdmoro/bootstrap-vue-3/pull/444 , it was the bot activating from 443 and seeing a previous 'releasable unit' in May, not creating a PR _for_ rather _because of_). I also think the bot would rebase and merge two of it's own release PR requests keeping it's own prs clean.
0 commit comments