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

Ensure PR title matches conventional commits spec #440

Open
martimalek opened this issue Apr 8, 2024 · 1 comment
Open

Ensure PR title matches conventional commits spec #440

martimalek opened this issue Apr 8, 2024 · 1 comment
Labels
CI/CD Efforts that will impact our integration/deployment pipeline enhancement New feature or request

Comments

@martimalek
Copy link
Contributor

martimalek commented Apr 8, 2024

Describe the feature you'd like

It would be useful to have a way to enforce our PR titles to follow the conventional commits specification
since the merge commit defaults to the PR title (can be manually edited though).

This would help us avoid mistakes when merging a PR that ends up not triggering a new release of the library (since semantic-release uses the merge commit to understand which kind of change we are introducing and which type of release it needs to make).

We can try the semantic-pull-request action, it seems to be made for this job specifically

@martimalek martimalek added enhancement New feature or request CI/CD Efforts that will impact our integration/deployment pipeline labels Apr 8, 2024
@martimalek
Copy link
Contributor Author

Related to #418

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Efforts that will impact our integration/deployment pipeline enhancement New feature or request
Development

No branches or pull requests

1 participant