Replies: 1 comment 1 reply
-
I think to fit with the default auto experience yeah it would make sense to change that. Could you submit a PR? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not creating an issue, because I may well be just confused here, but shouldn't the
defaultReleaseType
of @auto-it/conventional-commits be something like "none" or "internal"?skip-release
cancels whole release, even if other merged PRs since the last release are labeled asminor
. (https://github.com/intuit/auto/blob/main/packages/core/src/semver.ts#L221-L227)Beta Was this translation helpful? Give feedback.
All reactions