v2.6.0 (2023-04-21) Add a parameter to fail diff command on breaking changes
🆕 diff
command accepts a new --fail-on-breaking
argument
- When using the
bump diff
command you can now pass the--fail-on-breaking
argument in order for the command to return an error code if the diff contains a breaking change. This is especially useful in a CI environment when diff is computed for each pull request. Note: this argument is enabled by default if the environment variableCI=true
is set.
🆙 Partial support for the latest 2.6 release of AsyncAPI specification
- AsyncAPI recently release their 2.6 version. Check out their blog post announcement: https://www.asyncapi.com/blog/release-notes-2.6.0
With this new release of the Bump CLI we partially support the latest changes of the AsyncAPI spec.
Have fun designing APIs 😊 ✨