mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-14 07:35:23 +02:00

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
659 B
659 B
roave-backward-compatibility-check
Verify backward compatibility breaks between two versions of a PHP library. More information: https://github.com/Roave/BackwardCompatibilityCheck.
- Check for breaking changes since the last tag:
roave-backward-compatibility-check
- Check for breaking changes since a specific tag:
roave-backward-compatibility-check --from={{git_reference}}
- Check for breaking changes between the last tag and a specific reference:
roave-backward-compatibility-check --to={{git_reference}}
- Check for breaking changes and output to Markdown:
roave-backward-compatibility-check --format=markdown > {{results.md}}