First release
Generate changelogs and release notes from a project's commit messages and metadata using php composer.
Commands List
-c --commit bool Commit the new release once changelog is generated
-f --from-date str Get commits from specified date
-h --help bool Show the helper with all commands available
-m --major bool Major release (important changes)
-n --minor bool Minor release (add functionality)
-p --patch bool Patch release (bug fixes)
-t --to-date str Get commits from today (or specified on --from-date) to specified date
-v --version str Specify next release version code (Semver)