Skip to content

Releases: nestoca/conventional-changelog-action

v6.0.0

24 Jul 17:03
Compare
Choose a tag to compare

Bug Fixes

  • TriPSs#234: do not set empty github-token as secret (16957fa), closes #234
  • TriPSs#234: extend information how to use Deploy Key to trigger on push tag workflows (0674827), closes #234
  • Add global unhandledRejection handler (0600ca1)
  • Add pre-changelog-generation input in README (46a1a68)
  • add testcase for new + pre-release (fc4c16d)
  • bad reference (a19765d)
  • Changed yarn --prod to npm ci --prod (5ba044f)
  • Check if repo is shallow before unshallowing (c5bb2b1)
  • Downgraded the conventional packages (052fce1)
  • Empty version files (091fdfc)
  • execute git config commands synchronously (1607ac7)
  • fail action on push rejection (206a4e3)
  • Fixed awaits missing (35206c5)
  • Fixed ci and removed node_modules (c2f6f9a)
  • Fixed command output empty (b985fd6)
  • Fixed git being called incorrectly (6bfb377)
  • Fixed isShallow not working correctly anymore (d68d2f2)
  • Fixed name action.yml (70ed437)
  • Fixed silent git errors #74 (7c35f3c)
  • Fixed tagPrefix being provided as context instead of option (e66c42b)
  • Fixed tagPrefix not being provided to bumper (5b65653)
  • Fixed that bumping multiple files with same extension type did only update one (62453ed)
  • Fixed that fs was undefined (f330c69)
  • Fixes (f467ea7)
  • Fixes for CI (b0698e5)
  • Fixes for CI (093fc9c)
  • Fixes for pre changelog generation (484cf10)
  • honour pre-release flag for default version (e63e00c)
  • Make sure the angular preset is loaded (2b646ec)
  • Message when using the fallback version (b525f9a)
  • More checks. Fix test for changelog generation (c6043fb)
  • Only run ci on PRs to master (9f0d3d7)
  • output current version if there is no new ver (b1e290f)
  • Pull all tags (3396dfc)
  • Pull full history so it works with checkout@v2 (50ab4fa)
  • Redeploy with src/action again (8977e61)
  • Reformat code so we can release (0ba6821)
  • Release with all deps (2b36c79)
  • Remove node_modules and ignore folder (3ed803a)
  • remove prefix from git-branch parameter (ed8c9f5)
  • Remove unneded import. More precise path for requiring hooks (040d8e9)
  • Removed node_modules so rerelease could add them again (1bac915)
  • Retry again with the node_modules (949ce5e)
  • Show info if the version couldn't be detected (9a324db)
  • simplify logic fallback version logic, remove default from action.yaml (ecddc26)
  • support git-path config option for version bump (e3346a2)
  • Tag name can also be changed in pre-changelog-generation (c0f4172)
  • Test name (f66f6a2)
  • Test release (7fe9b66)
  • Test release (fd60d38)
  • Test release (7365edf)
  • Test release (d0cd7bf)
  • Test release (37217f5)
  • Test release (1f63990)
  • Test release (57d7d45)
  • Test release (c8e9ea6)
  • Test release (a85634b)
  • Test release (234446d)
  • Test release (ab2ea09)
  • Test release (7cbbde6)
  • Test release (9d10bb2)
  • Try again with different node_modules (9378b30)
  • Updated @actions/core (e36f42c), closes #182
  • Use getBooleanInput for boolean values ([ae32d56](https://github.com/TriPSs/conventional-changelog-action/commit...
Read more