All notable changes to this project will be documented in this file.
@favware/cliff-jumper@6.1.0 - (2026-04-10)
- deps: Update dependency smol-toml to ^1.6.1 (bc7a346) (#303)
- deps: Update all non-major dependencies (dfce8f5) (#296)
- deps: Update all non-major dependencies (d859ac9) (#293)
- deps: Update all non-major dependencies (eaac1d2) (#292)
- deps: Update all non-major dependencies (c929553) (#291)
- deps: Update dependency smol-toml to ^1.6.0 (f9e7661) (#287)
- deps: Update dependency git-cliff to ^2.11.0 (d7fa532) (#286)
- deps: Update all non-major dependencies (236dc82) (#283)
- deps: Update all non-major dependencies (e595c59) (#280)
- deps: Update all non-major dependencies (fb55e53) (#277)
- deps: Update all non-major dependencies (026d30a) (#275)
- deps: Update all non-major dependencies (7f22325) (#274)
- deps: Update all non-major dependencies (c216d79) (#270)
- deps: Update all non-major dependencies (2ffd637) (#269)
- deps: Update all non-major dependencies (5ad8486) (#268)
- deps: Update all non-major dependencies (ad3837d) (#260)
- deps: Update all non-major dependencies (b274e80) (#259)
- deps: Update all non-major dependencies (b565a7b) (#257)
- deps: Update all non-major dependencies (88192c5) (#256)
- deps: Update all non-major dependencies (9ee2fe8) (#255)
- deps: Update all non-major dependencies (31e2532) (#251)
- deps: Update octokit monorepo (33182ae) (#252)
- deps: Update dependency commander to v14 (fcab80c) (#250)
- deps: Update all non-major dependencies (9ab2eb3) (#249)
- deps: Update all non-major dependencies (fa29541) (#247)
- deps: Update all non-major dependencies (91c8e32) (#246)
- deps: Update all non-major dependencies (f483841) (#242)
- deps: Update dependency conventional-recommended-bump to v11 (5958382) (#238)
- deps: Update all non-major dependencies (be692db) (#236)
- deps: Update all non-major dependencies (60d8186) (#232)
- deps: Update all non-major dependencies (fbc3065) (#231)
- deps: Update all non-major dependencies (7330784) (#230)
- deps: Update dependency @octokit/plugin-retry to ^7.1.3 (c582989) (#227)
- Add
github-base-urloption to publish to GHES and GHEC (51cbf49)
@favware/cliff-jumper@6.0.0 - (2025-01-05)
- 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
- 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 - (2024-10-19)
- 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)
- 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 - (2024-08-24)
- Update to git-cliff 2.5.0 (fb33eba)
@favware/cliff-jumper@4.0.3 - (2024-07-23)
- install: Add
--mode=update-lockfilefor yarn v2/v3/v4 (ef02496)
@favware/cliff-jumper@4.0.2 - (2024-06-03)
- Add a verbose logging entry for github release payload (a15e2b4)
@favware/cliff-jumper@4.0.1 - (2024-06-03)
- Remove dependency on
conventional-changelog-angularand inlinewhatBumpcode (684b29f)
- Fixed a grammar typo in preflight checks (9129a67)
@favware/cliff-jumper@4.0.0 - (2024-06-03)
- Rename
first-releasetoskip-automatic-bump(fe244a0)- 💥 BREAKING CHANGE:
first-releasehas been renamed toskip-automatic-bumpin 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
- Respect the tag-template for github releases (85f4272)
- deps: Update all non-major dependencies (93640e2)
- deps: Update dependency execa to v9 (07e39ae) (#175)
- readme: Document github releases (32208f2)
- Update readme with missing flags (ffaf31a)
- readme: Document which git-cliff commands get executed (7527ae9)
- 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)
@favware/cliff-jumper@3.0.3 - (2024-04-23)
- Code cleanup (207a5d6)
- commit-release: Remove quotes from commit message template (9fcab96) (#169)
- Add
GH_TOKEN,TOKEN_GITHUBandTOKEN_GHto the list possible env vars for github token (0ab906a)
@favware/cliff-jumper@3.0.2 - (2024-04-11)
@favware/cliff-jumper@3.0.1 - (2024-03-03)
- Switch to
execafor a full async code (74c09c7) - Add spinner for cli command progress (6945d21)
- Git cliff programmatic api (d542c51)
@favware/cliff-jumper@3.0.0 - (2024-03-01)
- deps: Update dependency git-cliff to v2 (508b7ad) (#157)
- 💥 BREAKING CHANGE: Bumped git-cliff to v2, please see https://github.com/orhun/git-cliff/blob/main/CHANGELOG.md#200---2024-02-19 for their breaking changes
- 💥 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- deps: Update dependency commander to v12 (dd7684e) (#151)
- deps: Update all non-major dependencies (411713e) (#148)
- deps: Update all non-major dependencies (e3ab8b9) (#144)
- Make schema use https (e7104f2)
- Implement a press enter to continue system for GH integration for windows (22737c6)
- Add support for
--github-repoand--github-token(7ec4f9d)
@favware/cliff-jumper@2.2.3 - (2023-11-14)
- Actually support yarn v4 oops (8e25acd)
@favware/cliff-jumper@2.2.2 - (2023-11-14)
- Add support for yarn v4 (35af4dc)
@favware/cliff-jumper@2.2.1 - (2023-11-05)
- Update to git cliff v1.4.0 (46f1357)
@favware/cliff-jumper@2.2.0 - (2023-09-22)
- Add support for
identifierBase(#117) (37c919e)
@favware/cliff-jumper@2.1.3 - (2023-09-10)
- Bump
conventional-recommended-bumpand remove manual promisify (fe1dc29)
@favware/cliff-jumper@2.1.2 - (2023-08-29)
- Update dependencies (9dbeb18)
- deps: Update dependency commander to v11 (#94) (a80e63e)
@favware/cliff-jumper@2.1.1 - (2023-06-13)
- Fixed finding of package lock file (8c9905b)
@favware/cliff-jumper@2.1.0 - (2023-06-09)
- Include JSON schema in published tarball (e106743)
- Update conventional-recommended-bump to v7 (27691f9)
- Update non major dependencies (fc68720)
- Do not check for git cliff in preflish as the lib provides it (2a2a8b4)
- Update readme (40c099b)
- Add
--installoption which runs package manager install before staging files (63b13d4)
@favware/cliff-jumper@2.0.1 - (2023-05-27)
- Move typescript to dev dependencies (3396e8c)
- deps: Update all non-major dependencies (f8b8476)
- Update dependencies (83134e7)
- deps: Update all non-major dependencies (1981fa6)
@favware/cliff-jumper@2.0.0 - (2023-03-05)
- Fixed npx executable for
git-cliff(cde7e4c) - changelog-angular: Updated source files to latest from mirror (a831453)
- deps: Update dependency commander to v10 (#65) (f725495)
- 💥 BREAKING CHANGE:
@favware/cliff-jumperv2 requires Node.js v14 or higher due to the dependency of Commander@10.x
- 💥 BREAKING CHANGE:
- deps: Use
git-clifffrom npm instead of relying on native install (#68) (0494e92)- 💥 BREAKING CHANGE:
@favware/cliff-jumperv2 usesv1.1.2of git-cliff, refer to the changelog of git cliff for their breaking changes at v1.x
- 💥 BREAKING CHANGE:
@favware/cliff-jumper@1.10.0 - (2023-01-08)
- Change to @favware/conventional-changelog-angular to solve issue with breaking change headers (96c885b)
@favware/cliff-jumper@1.9.0 - (2022-11-19)
- deps: Update dependency @sapphire/result to ^2.6.0 (9ed7289)
- deps: Update dependency @sapphire/utilities to v3.11.0 (0919bf6)
- Bump @sapphire/utilities (50ec6ac)
- Add imranbarbhuiya as a contributor for code (#54) (00e8c2f)
- readme: Add configuration examples (5e891b0)
- Create an empty changelog file when it does not yet exist and first release was provided (#31) (90acb2a)
@favware/cliff-jumper@1.8.8 - (2022-10-02)
- deps: Update dependency @sapphire/result to ^2.5.0 (02bcb09)
- deps: Update sapphire dependencies (e230602)
@favware/cliff-jumper@1.8.7 - (2022-08-20)
@favware/cliff-jumper@1.8.6 - (2022-07-30)
- Update dependecies (93eab72)
- deps: Update dependency @sapphire/result to ^2.0.1 (cc26aa0)
- deps: Update dependency @sapphire/utilities to ^3.7.0 (e9bfa0a)
@favware/cliff-jumper@1.8.5 - (2022-06-29)
- Use resolved new version if available (eacdb59)
@favware/cliff-jumper@1.8.4 - (2022-06-26)
- Update to sapphire result v2 (eaeb14a)
@favware/cliff-jumper@1.8.3 - (2022-06-06)
- Ensure
--dry-rungoes through the whole process while not writing anything (1dc7709) - Use tagTemplate for git cliff (5a59274)
- deps: Update all non-major dependencies (9f55cb5)
@favware/cliff-jumper@1.8.2 - (2022-06-03)
- Stop using npm to read new version and instead read and parse JSON (7207e45)
- Properly resolve pre-releases (cc760af)
- Stop using
npm versionto bump package and instead usesemverdirectly (662b90e)
- Add @renovate[bot] as a contributor (75da1b1)
- Add @renovate-bot as a contributor (a3558eb)
- Fix JSON schema (df316de)
@favware/cliff-jumper@1.8.0 - (2022-05-13)
- Allow forcing
skipChangelogandskipTagtofalsewith--no-*flags (99ffe13)
@favware/cliff-jumper@1.7.0 - (2022-05-07)
- Log the package and version and bumping the version (c50a27e)
- Revert b4bc73d99482416e73a69320ad09f2b853a26509 (do not auto disable changelog generation in CI) (41fb85a)
@favware/cliff-jumper@1.6.0 - (2022-05-07)
- Do not auto disable changelog generation in CI (b4bc73d)
- Log the package and version after generating the changelog (71ab681)
- Change emoji from 📦 to 📝 (6304346)
@favware/cliff-jumper@1.5.1 - (2022-05-07)
- List tag template in verbose options log (87393a2)
- Only require
options.monoRepoto use mono repo detection for conventional recommended bump (f1548f3)
@favware/cliff-jumper@1.5.0 - (2022-05-07)
- Add tag template option (1e047b6)
@favware/cliff-jumper@1.4.0 - (2022-04-28)
- Log
yarn npm publishwhen the package is using Yarn v3 (983b191) - Introduce new flag
--skip-changelogand separateskip-tagfrom it. Follows same behaviour to ensure non-breaking (b21b772)
@favware/cliff-jumper@1.3.1 - (2022-04-26)
- tag: Only tag with package name in mono repos (bb73dc3)
@favware/cliff-jumper@1.3.0 - (2022-04-26)
- Add
--mono-repoand--no-mono-repoflags (6d86477)
@favware/cliff-jumper@1.2.0 - (2022-04-21)
- Add
commitMessageTemplate(933a6e5)
@favware/cliff-jumper@1.1.3 - (2022-04-18)
- Fixed commit message being invalid after execa->execSync change (37ed667)
- Switch from
execatoexecSync(4f26562)
@favware/cliff-jumper@1.1.2 - (2022-04-18)
- Properly check if git cliff exists or not (5ab2727)
@favware/cliff-jumper@1.1.1 - (2022-04-18)
- Only check for changelog and git-cliff when
skip-tagisfalse(7d3a2c8) - Fixed bundle published to npm (c1d996d)
@favware/cliff-jumper@1.1.0 - (2022-04-18)
- Add notice once done about pushing and publishing (a9a54a5)
- Improve checking for
git cliff(82c9500)
@favware/cliff-jumper@1.0.2 - (2022-04-18)
- Add missing
conventional-changelog-angulardependency (f3efcc8)
@favware/cliff-jumper@1.0.1 - (2022-04-18)
- github-release: Use yarn publish (8453aa4)
(https://github.com/favware/cliff-jumper/tree/@favware/cliff-jumper@1.0.0) - (2022-04-17)
- commit: Remove wrapping quotes from commit (9891524)
- Fixed tag in changelog (14ac52f)
- Fixed resolving git-cliff options (ae7eb84)
- Fixed resolving repository root (7fb9f72)
- Better fix for parsing options (867abe1)
- Resolved issue with merging of options (b1abe16)
- Fixed boolean options (4bf2b0b)
- Ensure git-cliff can properly be detected (bea671a)
- Manually check required options (8d54298)
- Hello github 🎉 (765fe15)
- Rename bump to dry-run (87b3ba0)