conventional-changelog-action/CHANGELOG.md

3.1 KiB

3.7.1 (2020-12-16)

Bug Fixes

  • Fixed that bumping multiple files with same extension type did only update one (62453ed)

3.7.0 (2020-12-16)

Features

  • yml: Added support for no quotes and double quotes (2a80eb3)

3.6.0 (2020-12-15)

Bug Fixes

  • Add pre-changelog-generation input in README (46a1a68)
  • Fixed awaits missing (35206c5)
  • Fixed command output empty (b985fd6)
  • Fixed isShallow not working correctly anymore (d68d2f2)
  • Fixed silent git errors #74 (7c35f3c)
  • Fixes for pre changelog generation (484cf10)
  • Only run ci on PRs to master (9f0d3d7)

Features

3.5.0 (2020-12-14)

Bug Fixes

  • More checks. Fix test for changelog generation (c6043fb)
  • Remove unneded import. More precise path for requiring hooks (040d8e9)
  • Tag name can also be changed in pre-changelog-generation (c0f4172)

Features

  • Allow to specify custom tags which override auto generated ones (8f6aa19)

3.4.1 (2020-10-30)

Bug Fixes

  • Check if repo is shallow before unshallowing (c5bb2b1)