Ability to specify revert commit syntax

2 votes

Our project uses conventional commit syntax, https://www.conventionalcommits.org/en/v1.0.0/

It would be nice if the revert commit followed that syntax or there was the ability for it to be configured project-wide.

For example, the revert syntax is `Revert "fix: my issue"` but this syntax doesn't follow the conventional commit syntax requirements. If it was `revert: "fix: my issue"` that would satisfy the requirements if I added the `revert` type. If you plan on making it configurable I would suggest you have a configuration where you could specify the commit syntax using variables like `Revert "{{original_commit_subject}}"` where this could be a configuration project-wide.

Under consideration Suggested by: Dominique Upvoted: 19 Sep, '21 Comments: 0

Comments: 0