release-please-action
release-please-action copied to clipboard
automated releases based on conventional commits
### This PR - fixes a typo in the action outputs in README.md - the code [here](https://github.com/google-github-actions/release-please-action/blob/main/index.js#L214) shows that the output variable is actually called `releases_created` instead of `release_created`
Adding a note about rebase potentially resulting in repeated changelog entries. Related: * https://github.com/google-github-actions/release-please-action/issues/268 * https://github.com/google-github-actions/release-please-action/issues/292
### TL;DR When dealing with with GITHUB_TOKEN permissions in workflow yml for OIDC, release-please breaks down with multiple `Resource not accessible by integration`-errors. without explicit permissions in yml-file. the action...
### TL;DR I would like to not include the commit links in the CHANGELOG.md We would like to take the generated changelog file and publish it onto another platform -...
### TL;DR When setting option ```yml include-v-in-tag: false ``` there is no `v` prefix in the tag name as expected. But the github release name contains the `v`-prefix! ### Expected...
### TL;DR release-please has a built-in/customizable logger interface that logs at multiple severity levels. By default, we log at `info`+ level, but there are useful logs at the `debug` and...
### TL;DR We have our own tagging scheme, and would like release-please to create releases and PRs based on our own tags. ### Detailed design Today, we have a scheme...
### TL;DR [error]release-please failed: Invalid request. "sha" wasn't supplied. (Same behavior on v4) ### Expected behavior No failure ### Observed behavior Failure ### Action YAML ```yaml on: push: branches: -...
Bumps [release-please](https://github.com/googleapis/release-please) from 16.10.0 to 16.10.1. Release notes Sourced from release-please's releases. v16.10.1 16.10.1 (2024-03-13) Bug Fixes draft-pull-requests config (#2241) (7028527) Changelog Sourced from release-please's changelog. 16.10.1 (2024-03-13) Bug Fixes...