Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: Extend conventional commits for dependency updates #771

Merged
merged 1 commit into from
May 10, 2023

Conversation

bjoernricks
Copy link
Member

@bjoernricks bjoernricks commented May 10, 2023

What

Extend conventional commits for dependency updates

Why

Allow to include dependency updates in the conventional commits used for generating release changelogs. Commit messages starting with [Dd]eps are considered as conventional commits for dependency changes. They will put into a new Dependencies section in the generated changelog.

This allows to include updates created by dependabot to be included in the changelog by setting the prefix to Deps in the commit-message setting of the dependabot config.

References

DEVOPS-669

https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#commit-message

Checklist

  • Tests

Allow to include dependency updates in the conventional commits used for
generating release changelogs. Commit messages starting with `[Dd]eps`
are considered as conventional commits for dependency changes. They will
put into a new `Dependencies` section in the generated changelog.

This allows to include updates created by dependabot to be included in
the changelog by setting the `prefix` to `Deps` in the `commit-message`
setting of the dependabot config.
@bjoernricks bjoernricks requested a review from a team as a code owner May 10, 2023 09:52
@github-actions
Copy link

Conventional Commits Report

Type Number
Added 1

🚀 Conventional commits found.

@bjoernricks bjoernricks enabled auto-merge (rebase) May 10, 2023 09:53
@bjoernricks bjoernricks added the make release To trigger GitHub release action. label May 10, 2023
@bjoernricks bjoernricks merged commit 8970062 into main May 10, 2023
14 checks passed
@bjoernricks bjoernricks deleted the extend-cc-by-dependency-updates branch May 10, 2023 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
make release To trigger GitHub release action.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants