Skip to content

v6.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 10:41
· 0 commits to cae6dc8fdcd59d7c26b49d77f16f2f1f091b3980 since this release

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)
  • 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), closes #161
  • Use fallback if it's not a valid JSON-File (97f1bb3)

chore

Code Refactoring

  • Changed int 5 to string 5 as default value (b7d2808)

Documentation

Features

  • add option to customize the pushed branch (2a7cc0e)
  • Add 'infile' option (a858fad)
  • add [skip ci] by default to commit message (a0bcde8)
  • Add git-path option (96b4f2c), closes #178
  • Add fallback version (63d0e46)
  • Add pre-commit script file (hook) (0aa82ce)
  • Add pre-release support (14cc315)
  • add skip-on-empty feature (153f866)
  • add skip-tag to skip tagging a release (22e862a)
  • Added option (d9201c2)
  • Added 'multiple-files' test workflow (bb40f54)
  • Added create-summary option that adds the changelog as Action summary (38e51f4)
  • Added git-push option to skip pushing git changes (9b90fb3)
  • Added old_version output (3ca6919), closes #240
  • Added clean_changelog option (7684c0e)
  • Added more logging (d46daa9)
  • Added outputs (770b36d)
  • Added skip commit and skip tag (3eab241)
  • Added support for comma-separated version files (3ba65fd)
  • Added support for toml files (5aff23f)
  • Added support for yaml files (bdf8ec0)
  • Added the option to provide the location of the packge.json (c18a89e)
  • Added version-file, version-path, skip-version-file options (d022b0d)
  • Added versioning through GIT (7143306)
  • Allow to specify a config file (f0fabf6)
  • Allow to specify custom tags which override auto generated ones (8f6aa19)
  • elixir support (e669b12)
  • Include conventionalcommits in pre-compiled presets (f56dffa), closes #246
  • Make the releaseCount configurable (da75f59)
  • More git configurations are possible (9ee9c27)
  • pre-commit: Allow relative path for the pre-commit input (afea49f)
  • Test release (c471392)
  • Test release (d71558c)
  • Test release (5945aae)
  • Update action to node 16 (08c1b12)
  • Update action to run on node20 (97da0e7)
  • Updated deps (c1f5d34), closes #166
  • use default GitHub token as default token (d1907da)
  • use same permissions used at repo checkout (c82c3a1), closes #115
  • yml: Added support for no quotes and double quotes (2a80eb3)

BREAKING CHANGES

  • Updated major version of packages
  • Updated conventional-changelog to v4 and conventional-recommended-bump to v7
  • package-json is now renamed to version-file
  • Changed changelog-release-count to release-count