Replies: 1 comment 1 reply
-
|
@holytshirt I suggest we turn on post getting 9 out of the door, so we can pick up the new process after the push to get this work done? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm never the best at commit messages, and I think I would benefit from structure.
Conventional Commits is an approach used by some to structure commit messages: https://www.conventionalcommits.org/en/v1.0.0/
it has advantages that if followed, tooling can look for how to create version numbers etc.
We would likely want to enforce in our GHA build pipeline using something like: https://commitsar.tech/docs/usage/github
Thoughts? @holytshirt ?
Beta Was this translation helpful? Give feedback.
All reactions