wick-ed/semcrement

Small PHP tool to test how the semantic version number should be incemented

0.3.0 2015-03-01 23:23 UTC

This package is auto-updated.

Last update: 2024-04-10 23:49:29 UTC


README

Latest Stable Version Total Downloads License Build Status Scrutinizer Code Quality Code Coverage

Semcrement strives to be a small and basic PHP tool which will tell you about the upcoming semver based version your project should have. To do this it compares structure definitions of your project's code in between commits. This way you can test the impact of your changes to your upcoming release version before accidentally creating a new major release. ;)