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

ci: enable commitlint for PRs #56

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Conversation

cbgbt
Copy link
Contributor

@cbgbt cbgbt commented Aug 28, 2024

Description of changes:

This lints incoming commits in PRs to conform to conventional commits. The commit style already follows conventional commits, but this will codify it as required to merge changes.

Conventional commits make it easier to automate the process of generating changelogs and cutting releases. Ideally this change will enable us to use a release automation tool like release-plz to publish SDK crates.

Limitations

This doesn't yet enforce conventional style on PR titles. This would be a useful place to add conventional commit-style messages to be included in a changelog if multiple underlying commits are used to contribute something that should only have one notable changelog entry.

Testing:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@cbgbt cbgbt merged commit ae1466d into bottlerocket-os:develop Aug 28, 2024
2 checks passed
@cbgbt cbgbt deleted the commitlint branch August 28, 2024 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants