Skip to content

Include conventional commit messages in PR body when updating discovery artifacts #1313

@parthea

Description

@parthea

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

Metadata

Metadata

Assignees

Labels

type: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions