LinuxCommandLibrary

roave-backward-compatibility-check

roave-backward-compatibility-check

TLDR

Check for breaking changes since the last tag

$ roave-backward-compatibility-check
copy


Check for breaking changes since a specific tag
$ roave-backward-compatibility-check --from=[git_reference]
copy


Check for breaking changes between the last tag and a specific reference
$ roave-backward-compatibility-check --to=[git_reference]
copy


Check for breaking changes and output to Markdown
$ roave-backward-compatibility-check --format=markdown > [results.md]
copy

Copied to clipboard