Releases: favware/cliff-jumper
Releases · favware/cliff-jumper
@favware/cliff-jumper@6.0.0
@favware/cliff-jumper@6.0.0 - (2025-01-05)
🏠 Refactor
- Remove various single dash aliases for commander v13 compatibility (ec2f91c) (#226)
- 💥 BREAKING CHANGE: Removed
-sabas alias for--skip-automatic-bump - 💥 BREAKING CHANGE: Removed
-cpfas alias for--changelog-prepend-file - 💥 BREAKING CHANGE: Removed
-ptas alias for--push-tag - 💥 BREAKING CHANGE: Removed
-nptas alias for--no-push-tag - 💥 BREAKING CHANGE: Removed
-ghras alias for--github-release - 💥 BREAKING CHANGE: Removed
-nghras alias for--no-github-release - 💥 BREAKING CHANGE: Removed
-ghrdas alias for--github-release-draft - 💥 BREAKING CHANGE: Removed
-ghrpras alias for--github-release-pre-release - 💥 BREAKING CHANGE: Removed
-ghrlas alias for--github-release-latest - 💥 BREAKING CHANGE: Removed
-ghrntas alias for--github-release-name-template
- 💥 BREAKING CHANGE: Removed
🐛 Bug Fixes
- deps: Update dependency commander to v13 (50bc424)
- deps: Update all non-major dependencies (d55d42c) (#225)
- deps: Update all non-major dependencies (5634a2d) (#221)
- deps: Update dependency smol-toml to v1.3.1 [security] (fe8e888) (#218)
- deps: Update all non-major dependencies (58680f1) (#215)
- deps: Update all non-major dependencies (8140b95) (#212)
- deps: Update dependency execa to ^9.5.0 (d50a4e6) (#211)
@favware/cliff-jumper@5.0.0
@favware/cliff-jumper@5.0.0 - (2024-10-19)
🐛 Bug Fixes
- Check commits array to be defined before reading it (50478d0)
- deps: Update dependency git-cliff to ^2.6.0 (31a525c) (#205)
- deps: Update all non-major dependencies (3e07ebb) (#204)
🚀 Features
- Support gitlab, gitea, and bitbucket for git-cliff (a4b30d0) (#208)
- 💥 BREAKING CHANGE:
--github-repohas been renamed to--git-repo - 💥 BREAKING CHANGE:
githubRepohas been renamed togitRepo - 💥 BREAKING CHANGE:
--github-tokenhas been renamed togitToken - 💥 BREAKING CHANGE:
githubTokenhas been renamed togitToken - 💥 BREAKING CHANGE: The environment variables
TOKEN_GITHUBandTOKEN_GHare no longer supported - 💥 BREAKING CHANGE: environment variables
GITLAB_TOKEN,GITEA_TOKEN, andBITBUCKET_TOKENare now supported for--git-token - 💥 BREAKING CHANGE: A new option
--git-host-variantwas added, which defaults to'github'. To release to GitHub, this has to be set to'github'.
- 💥 BREAKING CHANGE:
- Add commit skipping (22a51d9) (#201)
@favware/cliff-jumper@4.1.0
@favware/cliff-jumper@4.1.0 - (2024-08-24)
🐛 Bug Fixes
🚀 Features
- Update to git-cliff 2.5.0 (fb33eba)
@favware/cliff-jumper@4.0.3
@favware/cliff-jumper@4.0.3 - (2024-07-23)
🐛 Bug Fixes
- install: Add
--mode=update-lockfilefor yarn v2/v3/v4 (ef02496)
@favware/cliff-jumper@4.0.2
@favware/cliff-jumper@4.0.2 - (2024-06-03)
🐛 Bug Fixes
- Add a verbose logging entry for github release payload (a15e2b4)
@favware/cliff-jumper@4.0.1
@favware/cliff-jumper@4.0.1 - (2024-06-03)
🏠 Refactor
- Remove dependency on
conventional-changelog-angularand inlinewhatBumpcode (684b29f)
🐛 Bug Fixes
- Fixed a grammar typo in preflight checks (9129a67)
📝 Documentation
@favware/cliff-jumper@4.0.0
@favware/cliff-jumper@4.0.0 - (2024-06-03)
🏠 Refactor
- Rename
first-releasetoskip-automatic-bump(fe244a0)- 💥 BREAKING CHANGE:
first-releasehas been renamed toskip-automatic-bump
in order to better describe what it does
- 💥 BREAKING CHANGE:
- Remove automatic
CIenv detection (775f02e)- 💥 BREAKING CHANGE: Previously when running with
CIenv--skip-changelogand--skip-tagwere
automatically enabled. This is no longer the case, because the new GitHub releasing feature
makes it more appealing to run this tool in CI. To restore the old functionality for your
pipelines please explicitly add these tags to your command line.
- 💥 BREAKING CHANGE: Previously when running with
- deps: Update dependency conventional-recommended-bump to v10 (da1d45d)
- 💥 BREAKING CHANGE: Node 18 is now required as per the new version of
conventional-recommended-bump - 💥 BREAKING CHANGE: The base
conventional-changelog-angularis now used instead of a customization of it. This should not affect the semver resolution, but if it does please create a GitHub issue
- 💥 BREAKING CHANGE: Node 18 is now required as per the new version of
🐛 Bug Fixes
- Respect the tag-template for github releases (85f4272)
- deps: Update all non-major dependencies (93640e2)
- deps: Update dependency execa to v9 (07e39ae) (#175)
📝 Documentation
- readme: Document github releases (32208f2)
- Update readme with missing flags (ffaf31a)
- readme: Document which git-cliff commands get executed (7527ae9)
🚀 Features
- Add
--no-push-tagto override config file for prereleases (6f5d748) - Add
--no-github-releaseto override config file for prereleases (656c8ec) - Add option
--changelog-prepend-fileto customize to which file the changelog is prepended (35e9731) - Add
--push-tagand--github-releaseto automatically push a Git tag and create a release on GitHub (b66bfa1)