This allows for the + symbol in the git-tag-commit and version-commit strategies to be configured by the user.
Why? The error reporting service I'm using at work (Sentry) recently changed the validation for what they consider valid release identifiers and the new format disallows +.
What Changed & Why
This allows for the
+
symbol in the git-tag-commit and version-commit strategies to be configured by the user.Why? The error reporting service I'm using at work (Sentry) recently changed the validation for what they consider valid release identifiers and the new format disallows
+
.PR Checklist