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
releaseCommitMessageFormat is not currently supported by the preset/standard-version. I've linked a PR with a failing test.
It seems like the fix will be to convert releaseCommitMessageFormat the message property in the preset loader, but going that route does seem to couple the preset and standard-version in a not-so-obvious way. Added to standard-version by aliasing --message.
The text was updated successfully, but these errors were encountered:
- adds support for `releaseCommitMessageFormat` from the spec via `--message` alias
- adds test covering: .versionrc, new --releaseCommitMessageFormat flag, and current --message flag
resolves#350
- adds support for `releaseCommitMessageFormat` from the spec via `--message` alias
- adds test covering: .versionrc, new --releaseCommitMessageFormat flag, and current --message flag
resolves#350
This is a bit of a cross-repo (the change will likely occur in the
conventionalcommits
preset) ticket.releaseCommitMessageFormat
is not currently supported by thepreset
/standard-version
. I've linked a PR with a failing test.It seems like the fix will be to convertAdded toreleaseCommitMessageFormat
themessage
property in the preset loader, but going that route does seem to couple the preset and standard-version in a not-so-obvious way.standard-version
by aliasing--message
.The text was updated successfully, but these errors were encountered: