Releases: marcocesarato/php-conventional-changelog
Releases · marcocesarato/php-conventional-changelog
Release 1.4.0
CHANGES
- Add
--amend
option to amend commit the new release once changelog is generated - Add
--no-verify
option to bypasses the pre-commit and commit-msg hooks - Add
--no-tag
option to disable release auto tagging when commit enabled - The default excluded types are:
build
,ci
,docs
,refactor
,revert
,style
,test
- Update the documentations
BREAKING CHANGES
- Remove
--no-chores
option, now you can use the configuration system and chores are disabled by default - Remove
--no-refactors
option, now you can use the configuration system and refactors are disabled by default
Release 1.3.0
- Add configuration system that permit to overwriting/merging your prefered settings with the default settings
Release 1.2.0
- Add
--history
option - Add
--no-chores
option - Add
--no-refactor
option - Fix some issues on
--commit
option
Release 1.1.0
- Add
--first-release
option - Update commands list
- Implement Symfony Console
Release 1.0.2
- Fixed some issues related the bin file
Release 1.0.1
- Fixed some issues
- Report only fatal error
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)