-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
Conventional commit messages should be included in the PR body of the PRs that update discovery artifacts in order for the release-please tool to update the release notes when updates include the conventional commit prefix feat or fix. Having the conventional commit message in the PR Body will also trigger a minor SemVer update when there are relevant changes in discovery artifacts.
As an example, currently the PR body of a discovery artifact update looks like this:
Deleted keys were detected in the following pre-stable discovery artifacts:
bigquery v2 [More details]
cloudtasks v2 [More details]
Discovery Artifact Change Summary:
bigquery v2 [More details]
cloudtasks v2 [More details]
drive v3 [More details]
I'd like to modify the section under Discovery Artifact Change Summary to include the conventional commit messages.
Deleted keys were detected in the following stable discovery artifacts:
bigquery v2 123
cloudtasks v2 456
Discovery Artifact Change Summary:
feat(bigquery): update the api 123
feat(cloudtasks): update the api 456
feat(drive): update the api 789