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
Describe the enhancement or change
We pretty often run into issues where improper commit message formatting causes a release to not happen when expected.
This could be resolved by enforcing formatting on every commit like we do in core, but that would be a bit of an inconvenience for all but the first commit since we squash on merge and the commit message format after the first commit doesn't matter.
Describe the enhancement or change
We pretty often run into issues where improper commit message formatting causes a release to not happen when expected.
This could be resolved by enforcing formatting on every commit like we do in core, but that would be a bit of an inconvenience for all but the first commit since we squash on merge and the commit message format after the first commit doesn't matter.
We may be able to use https://github.com/wagoid/commitlint-github-action or something similar to do this.
Also, if we do find a good solution here we should probably replicate it in the extension repos.
The text was updated successfully, but these errors were encountered: