mvriel / versioner
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/mvriel/versioner
Requires
- herrera-io/version: 1.*
- symfony/console: 2.5.*
This package is auto-updated.
Last update: 2025-09-22 08:00:53 UTC
README
Versioner is a tool that can be used to increment the version in a VERSION
file (file containing the version number of you application). You can
choose the update the major
, minor
or patch
number and all other
parts are updated according to SEMVER 2.0.
Each release on Github contains a pre-compiled PHAR file that can be used.
Usage:
php versioner.phar increment [VERSION filename]
You can use the --part
option with the value major
, minor
or patch
to
indicate which part needs to be updated, by default the minor number is updated.