freenowtech / wave

Design System of FREE NOW
https://wave.free-now.com
Apache License 2.0
64 stars 23 forks source link

Ensure PR title matches conventional commits spec #440

Open martimalek opened 8 months ago

martimalek commented 8 months ago

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 commented 3 months ago

Related to #418