We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
The last release of git-cliff-core had a breaking change:
git-cliff-core
error[E0063]: missing fields `field` and `pattern` in initializer of `CommitParser` --> crates/release_plz_core/src/changelog.rs:192:9 | 192 | CommitParser { | ^^^^^^^^^^^^ missing `field` and `pattern`
And we don't have the processes set up to check these kind of situations during the development phase.
Describe the solution you'd like
Use cargo-semver-checks in CI via cargo-semver-checks-action.
cargo-semver-checks
cargo-semver-checks-action
Describe alternatives you've considered
Add cargo-semver-checks to the release script for checking the semver violations before the release.
Additional context
The text was updated successfully, but these errors were encountered:
a25a114
No branches or pull requests
Is your feature request related to a problem? Please describe.
The last release of
git-cliff-core
had a breaking change:And we don't have the processes set up to check these kind of situations during the development phase.
Describe the solution you'd like
Use
cargo-semver-checks
in CI viacargo-semver-checks-action
.Describe alternatives you've considered
Add
cargo-semver-checks
to the release script for checking the semver violations before the release.Additional context
The text was updated successfully, but these errors were encountered: