Skip to content

Latest commit

 

History

History
516 lines (319 loc) · 38.6 KB

File metadata and controls

516 lines (319 loc) · 38.6 KB

Changelog

All notable changes to this project will be documented in this file.

🐛 Bug Fixes

  • 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)

🚀 Features

  • Add github-base-url option to publish to GHES and GHEC (51cbf49)

🏠 Refactor

  • Remove various single dash aliases for commander v13 compatibility (ec2f91c) (#226)
    • 💥 BREAKING CHANGE: Removed -sab as alias for --skip-automatic-bump
    • 💥 BREAKING CHANGE: Removed -cpf as alias for --changelog-prepend-file
    • 💥 BREAKING CHANGE: Removed -pt as alias for --push-tag
    • 💥 BREAKING CHANGE: Removed -npt as alias for --no-push-tag
    • 💥 BREAKING CHANGE: Removed -ghr as alias for --github-release
    • 💥 BREAKING CHANGE: Removed -nghr as alias for --no-github-release
    • 💥 BREAKING CHANGE: Removed -ghrd as alias for --github-release-draft
    • 💥 BREAKING CHANGE: Removed -ghrpr as alias for --github-release-pre-release
    • 💥 BREAKING CHANGE: Removed -ghrl as alias for --github-release-latest
    • 💥 BREAKING CHANGE: Removed -ghrnt as alias for --github-release-name-template

🐛 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)

🐛 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-repo has been renamed to --git-repo
    • 💥 BREAKING CHANGE: githubRepo has been renamed to gitRepo
    • 💥 BREAKING CHANGE: --github-token has been renamed to gitToken
    • 💥 BREAKING CHANGE: githubToken has been renamed to gitToken
    • 💥 BREAKING CHANGE: The environment variables TOKEN_GITHUB and TOKEN_GH are no longer supported
    • 💥 BREAKING CHANGE: environment variables GITLAB_TOKEN, GITEA_TOKEN, and BITBUCKET_TOKEN are now supported for --git-token
    • 💥 BREAKING CHANGE: A new option --git-host-variant was added, which defaults to 'github'. To release to GitHub, this has to be set to 'github'.
  • Add commit skipping (22a51d9) (#201)

🐛 Bug Fixes

  • deps: Update all non-major dependencies (5e1f161) (#190)

🚀 Features

  • Update to git-cliff 2.5.0 (fb33eba)

🐛 Bug Fixes

  • install: Add --mode=update-lockfile for yarn v2/v3/v4 (ef02496)

🐛 Bug Fixes

  • Add a verbose logging entry for github release payload (a15e2b4)

🏠 Refactor

  • Remove dependency on conventional-changelog-angular and inline whatBump code (684b29f)

🐛 Bug Fixes

  • Fixed a grammar typo in preflight checks (9129a67)

📝 Documentation

  • Cleanup changelog (4c6377e)
  • Further specify github releasing (b59595b)

🏠 Refactor

  • Rename first-release to skip-automatic-bump (fe244a0)
    • 💥 BREAKING CHANGE: first-release has been renamed to skip-automatic-bump in order to better describe what it does
  • Remove automatic CI env detection (775f02e)
    • 💥 BREAKING CHANGE: Previously when running with CI env --skip-changelog and --skip-tag were 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.
  • 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-angular is now used instead of a customization of it. This should not affect the semver resolution, but if it does please create a GitHub issue

🐛 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-tag to override config file for prereleases (6f5d748)
  • Add --no-github-release to override config file for prereleases (656c8ec)
  • Add option --changelog-prepend-file to customize to which file the changelog is prepended (35e9731)
  • Add --push-tag and --github-release to automatically push a Git tag and create a release on GitHub (b66bfa1)

🏠 Refactor

🐛 Bug Fixes

  • commit-release: Remove quotes from commit message template (9fcab96) (#169)
  • Add GH_TOKEN, TOKEN_GITHUB and TOKEN_GH to the list possible env vars for github token (0ab906a)

🐛 Bug Fixes

  • deps: Update dependency git-cliff to ^2.2.1 (1acd9b2) (#166)

🏠 Refactor

  • Switch to execa for a full async code (74c09c7)
  • Add spinner for cli command progress (6945d21)
  • Git cliff programmatic api (d542c51)

🐛 Bug Fixes

  • Bump git-cliff for windows github integration support, remove warning for the same (a68359d) (#158)

🐛 Bug Fixes

🚀 Features

  • Implement a press enter to continue system for GH integration for windows (22737c6)
  • Add support for --github-repo and --github-token (7ec4f9d)

🐛 Bug Fixes

  • Actually support yarn v4 oops (8e25acd)

🐛 Bug Fixes

  • Add support for yarn v4 (35af4dc)

🐛 Bug Fixes

  • Update to git cliff v1.4.0 (46f1357)

🚀 Features

  • Add support for identifierBase (#117) (37c919e)

🏠 Refactor

  • Bump conventional-recommended-bump and remove manual promisify (fe1dc29)

🏠 Refactor

🐛 Bug Fixes

  • deps: Update dependency commander to v11 (#94) (a80e63e)

🐛 Bug Fixes

  • Fixed finding of package lock file (8c9905b)

🐛 Bug Fixes

  • 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)

📝 Documentation

🚀 Features

  • Add --install option which runs package manager install before staging files (63b13d4)

🐛 Bug Fixes

  • Move typescript to dev dependencies (3396e8c)
  • deps: Update all non-major dependencies (f8b8476)
  • Update dependencies (83134e7)
  • deps: Update all non-major dependencies (1981fa6)

🐛 Bug Fixes

  • 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-jumper v2 requires Node.js v14 or higher due to the dependency of Commander@10.x

🚀 Features

  • deps: Use git-cliff from npm instead of relying on native install (#68) (0494e92)
    • 💥 BREAKING CHANGE: @favware/cliff-jumper v2 uses v1.1.2 of git-cliff, refer to the changelog of git cliff for their breaking changes at v1.x

🚀 Features

  • Change to @favware/conventional-changelog-angular to solve issue with breaking change headers (96c885b)

🐛 Bug Fixes

  • deps: Update dependency @sapphire/result to ^2.6.0 (9ed7289)
  • deps: Update dependency @sapphire/utilities to v3.11.0 (0919bf6)
  • Bump @sapphire/utilities (50ec6ac)

📝 Documentation

  • Add imranbarbhuiya as a contributor for code (#54) (00e8c2f)
  • readme: Add configuration examples (5e891b0)

🚀 Features

  • Create an empty changelog file when it does not yet exist and first release was provided (#31) (90acb2a)

🐛 Bug Fixes

  • deps: Update dependency @sapphire/result to ^2.5.0 (02bcb09)
  • deps: Update sapphire dependencies (e230602)

🐛 Bug Fixes

  • Bump dependencies (5b2e69a)
  • deps: Update sapphire dependencies (431ed48)

🐛 Bug Fixes

  • Update dependecies (93eab72)
  • deps: Update dependency @sapphire/result to ^2.0.1 (cc26aa0)
  • deps: Update dependency @sapphire/utilities to ^3.7.0 (e9bfa0a)

🐛 Bug Fixes

  • Use resolved new version if available (eacdb59)

🏠 Refactor

  • Update to sapphire result v2 (eaeb14a)

🏠 Refactor

  • Change dry run method for comitting (40190cd)
  • Deduplicate tag template resolver (ad95276)

🐛 Bug Fixes

  • Ensure --dry-run goes through the whole process while not writing anything (1dc7709)
  • Use tagTemplate for git cliff (5a59274)
  • deps: Update all non-major dependencies (9f55cb5)

🏠 Refactor

  • Stop using npm to read new version and instead read and parse JSON (7207e45)

🐛 Bug Fixes

  • Properly resolve pre-releases (cc760af)
  • Stop using npm version to bump package and instead use semver directly (662b90e)

📝 Documentation

  • Add @renovate[bot] as a contributor (75da1b1)
  • Add @renovate-bot as a contributor (a3558eb)
  • Fix JSON schema (df316de)

🚀 Features

  • Allow forcing skipChangelog and skipTag to false with --no-* flags (99ffe13)

🐛 Bug Fixes

  • Log the package and version and bumping the version (c50a27e)

🚀 Features

  • Revert b4bc73d99482416e73a69320ad09f2b853a26509 (do not auto disable changelog generation in CI) (41fb85a)

🐛 Bug Fixes

  • Do not auto disable changelog generation in CI (b4bc73d)

🚀 Features

  • Log the package and version after generating the changelog (71ab681)

🪞 Styling

  • Change emoji from 📦 to 📝 (6304346)

🐛 Bug Fixes

  • List tag template in verbose options log (87393a2)
  • Only require options.monoRepo to use mono repo detection for conventional recommended bump (f1548f3)

🚀 Features

  • Add tag template option (1e047b6)

Features

  • Log yarn npm publish when the package is using Yarn v3 (983b191)
  • Introduce new flag --skip-changelog and separate skip-tag from it. Follows same behaviour to ensure non-breaking (b21b772)

Bug Fixes

  • tag: Only tag with package name in mono repos (bb73dc3)

Features

  • Add --mono-repo and --no-mono-repo flags (6d86477)

Features

  • Add commitMessageTemplate (933a6e5)

Bug Fixes

  • Fixed commit message being invalid after execa->execSync change (37ed667)
  • Switch from execa to execSync (4f26562)

Bug Fixes

  • Properly check if git cliff exists or not (5ab2727)

Bug Fixes

  • Only check for changelog and git-cliff when skip-tag is false (7d3a2c8)
  • Fixed bundle published to npm (c1d996d)

Features

  • Add notice once done about pushing and publishing (a9a54a5)

Refactor

  • Improve checking for git cliff (82c9500)

Bug Fixes

  • Add missing conventional-changelog-angular dependency (f3efcc8)

Bug Fixes

  • github-release: Use yarn publish (8453aa4)

[@favware/cliff-jumper@1.0.0]

(https://github.com/favware/cliff-jumper/tree/@favware/cliff-jumper@1.0.0) - (2022-04-17)

Bug Fixes

  • 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)

Features

Refactor