You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we allow merge commits, this verification is necessary on each commits of a PR + PR title.
If we only allow squash-merging, this verification is only necessary on the PR title.
The text was updated successfully, but these errors were encountered:
thomass-dev
changed the title
Define our commit naming convention and automatise checks in CI
Define our commit naming convention and automate its verification
Jul 23, 2024
Kindly explain why, or/and update the description so we keep a clear shared understanding of what is needed. I would prefer not have to guess this is more work for my brain! 😉
conventionalcommits seems to be a standard.
We can automate its verification using a pre-commit hook or commitlint ?
If we allow merge commits, this verification is necessary on each commits of a PR + PR title.
If we only allow squash-merging, this verification is only necessary on the PR title.
The text was updated successfully, but these errors were encountered: