googleapis / release-please-action

automated releases based on conventional commits
Apache License 2.0
1.61k stars 207 forks source link

feat: add `changelog-host` input to `action.yml` #948

Closed eliw00d closed 5 months ago

eliw00d commented 5 months ago

This was originally part of 3.3.0 (and fixed in 3.4.1 to default to github.server_url). However, it was not part of 4.0.0.

Without this input, you have to provide both config and manifest files in order to set the changelog-host option.

With this input, you can simply provide release-type and changelog-host without the need for config and manifest files. Also, since it defaults to github.server_url, most users will not even have to set it.

google-cla[bot] commented 5 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

dtanner commented 5 months ago

➕ this would be awesome to have - our tens of thousands of repos on GHES now require additional configuration.