phpsemver icon indicating copy to clipboard operation
phpsemver copied to clipboard

Check if your changes are a major change, minor change or just a patch.

Results 16 phpsemver issues
Sort by recently updated
recently updated
newest added

- PHPCS - or phpdoc parse only - Add as pre-commit hook

type-other

By using commit history

type-other

Using GitHub maybe in a different Repo

type-other

- Some configuration model - A system to extend and add tests

type-other

A new command asserts that no major, minor or patch changed were made: ``` # assert that this is a major change (must contain at least on major change) bin/phpsemver...

type-console