Skip to content

Releases: TriPSs/conventional-changelog-action

v3.9.2

05 Oct 21:28
Compare
Choose a tag to compare

Bug Fixes

  • Fixed ci and removed node_modules (c2f6f9a)

v3.9.1

05 Oct 21:16
Compare
Choose a tag to compare

Bug Fixes

  • Reformat code so we can release (0ba6821)

v3.8.0

29 Sep 07:29
Compare
Choose a tag to compare

V3 has ben reverted to this tag

Features

  • use same permissions used at repo checkout (c82c3a1), closes #115

v3.7.1

16 Dec 16:25
Compare
Choose a tag to compare

Bug Fixes

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

v3.7.0

16 Dec 15:37
Compare
Choose a tag to compare

Features

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

v3.6.0

15 Dec 17:25
Compare
Choose a tag to compare

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

v3.5.0

14 Dec 17:25
Compare
Choose a tag to compare

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)

v3.4.1

30 Oct 22:27
Compare
Choose a tag to compare

Bug Fixes

  • Check if repo is shallow before unshallowing (c5bb2b1)

v3.4.0

17 Aug 05:57
Compare
Choose a tag to compare

Features

  • Allow to specify a config file (f0fabf6)

v3.3.0

13 Aug 06:18
Compare
Choose a tag to compare

Bug Fixes

  • Empty version files (091fdfc)
  • Message when using the fallback version (b525f9a)
  • Pull all tags (3396dfc)
  • Show info if the version couldn't be detected (9a324db)
  • Use fallback if it's not a valid JSON-File (97f1bb3)

Features