Skip to content

Releases: marcocesarato/php-conventional-changelog

Release 1.14.1

24 May 07:16
Compare
Choose a tag to compare

Bug Fixes

  • Breaking changes check #37

Release 1.14.0

06 May 23:09
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Sort git tags by version instead of creation date, match prefix when listing tags (042af9)

Features

Bug Fixes

  • Get last version with prefix (2460c8)
  • Issues with tag version fetch (d64f35)

Release 1.13.0

08 Dec 10:40
Compare
Choose a tag to compare

Features

  • Added support for limiting commits to current branch (Thanks to @mottihoresh)

Bug Fixes

Semver
  • Bump minor version when breaking change before 1.0.0 (Thanks to @romm)

BREAKING CHANGES

  • Workflows which rely on the chronological order of tags will potentially break. Also workflows with mixed tag prefixes will potentially break.

Release 1.12.3

08 Dec 10:31
Compare
Choose a tag to compare

Features

  • Allows own package bumpers (Thanks to @attiks)

Release 1.12.2

08 Dec 10:30
Compare
Choose a tag to compare

Bug Fixes

  • Repository url format detector

Release 1.12.1

08 Dec 10:30
Compare
Choose a tag to compare

Features

  • Allows issue id to be string (Thanks to @attiks)

Bug Fixes

  • Change repo parse remote url regex
  • Version separator markdown (Thanks to @gitrequests)

Release 1.12.0

24 Aug 09:50
Compare
Choose a tag to compare

Features

  • Allows ability to hide version separator. (Thanks to @jaymeh)

Release 1.11.0

28 Jul 16:46
Compare
Choose a tag to compare

Features

  • Allows generated changelog to have configurable version headers (Thanks to @jaymeh)

Release 1.10.7

15 May 11:51
Compare
Choose a tag to compare

Features

Config

Add option on config Disable Links. If setted to true render text instead of link in changelog

Release 1.10.6

15 May 10:34
Compare
Choose a tag to compare

Bug Fixes

  • Check valid remote url