[x] I have searched issues to ensure it has not already been reported
GitVersion package
GitVersion.Tool
GitVersion version
6.0.2
Operating system
N/A
What are you seeing?
According to the Conventional Commits Specification requirement 16: “BREAKING-CHANGE MUST be synonymous with BREAKING CHANGE, when used as a token in a footer.” However, the current documentation includes on “BREAKING CHANGE” with only a space.
What is expected?
Changing the regex from “…BREAKING CHANGE…” to “…BREAKING[ -]CHANGE…”.
Steps to Reproduce
Review the Conventional Commits major-version-bump-message regular expression in the Version Incrementing documentation. Observe that the regular expression includes “BREAKING CHANGE” with a space an no hyphen.
RepositoryFixture Test
No response
Output log or link to your CI build (if appropriate).
Prerequisites
GitVersion package
GitVersion.Tool
GitVersion version
6.0.2
Operating system
N/A
What are you seeing?
According to the Conventional Commits Specification requirement 16: “BREAKING-CHANGE MUST be synonymous with BREAKING CHANGE, when used as a token in a footer.” However, the current documentation includes on “BREAKING CHANGE” with only a space.
What is expected?
Changing the regex from “…BREAKING CHANGE…” to “…BREAKING[ -]CHANGE…”.
Steps to Reproduce
Review the Conventional Commits
major-version-bump-message
regular expression in the Version Incrementing documentation. Observe that the regular expression includes “BREAKING CHANGE” with a space an no hyphen.RepositoryFixture Test
No response
Output log or link to your CI build (if appropriate).
No response