Zeb
Zeb
That sounds great to me. I like the idea of keeping PRs small! If a long list of features is worth adding, I will swap to semantic versioning. Otherwise, I...
Can you post an example?
Are you following a [standard like this?](https://ec.europa.eu/component-library/v1.15.0/eu/docs/conventions/git/#commit-message-format). I'm not familiar with footers in commit messages.
Git does not define footer standards inside the commit message. You can read more about [GitHub payloads here](https://docs.github.com/en/webhooks-and-events/webhooks/webhook-events-and-payloads#push). I won't support [conventional commits specification](https://www.conventionalcommits.org/) until the parsing library fixes the...
Reopened because I would like to provide developers with partial control over trailing footers. Thinking an option for regular expressions could help omit parts of the commit body. Similar to...