Skip to content

v2.6.0 (2023-04-21) Add a parameter to fail diff command on breaking changes

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Apr 08:00
· 79 commits to main since this release
b5a43d9

🆕 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 variable CI=true is set.

🆙 Partial support for the latest 2.6 release of AsyncAPI specification

Have fun designing APIs 😊 ✨