Skip to content

Releases: marcocesarato/php-conventional-changelog

Release 1.4.0

18 Jan 19:24
Compare
Choose a tag to compare

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

17 Jan 22:05
Compare
Choose a tag to compare
  • Add configuration system that permit to overwriting/merging your prefered settings with the default settings

Release 1.2.0

17 Jan 18:31
Compare
Choose a tag to compare
  • Add --history option
  • Add --no-chores option
  • Add --no-refactor option
  • Fix some issues on --commit option

Release 1.1.0

17 Jan 15:02
Compare
Choose a tag to compare
  • Add --first-release option
  • Update commands list
  • Implement Symfony Console

Release 1.0.2

17 Jan 10:36
Compare
Choose a tag to compare
  • Fixed some issues related the bin file

Release 1.0.1

17 Jan 00:20
Compare
Choose a tag to compare
  • Fixed some issues
  • Report only fatal error

First release

17 Jan 00:01
Compare
Choose a tag to compare

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)