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
For example if the commit message contains the word ADDomain or additional it raises the minor version even if only patch version should be raised.
For example the commit message Fix an additional exception message to ADDomain. would raise the minor version even if the intent was to raise the patch version.
Suggest changing the regular expression for minor-version-bump-message in GitVersion.yml to:
(adds?|features?|minor)\b
The text was updated successfully, but these errors were encountered:
johlju
changed the title
ActiveDirectory: To lenient when to raise minor version
ActiveDirectoryDsc: To lenient when to raise minor version
Apr 9, 2020
For example if the commit message contains the word
ADDomain
oradditional
it raises the minor version even if only patch version should be raised.For example the commit message
Fix an additional exception message to ADDomain.
would raise the minor version even if the intent was to raise the patch version.Suggest changing the regular expression for
minor-version-bump-message
in GitVersion.yml to:The text was updated successfully, but these errors were encountered: