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
Requires
- php: >=5.4.0
- andrewsville/php-token-reflection: ~1.4
- herrera-io/version: ~1.1
Requires (Dev)
- appserver-io/build: ~1.0
This package is auto-updated.
Last update: 2024-11-11 01:11:56 UTC
README
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. ;)