Skip to content

Latest commit

 

History

History
356 lines (201 loc) · 22.2 KB

CHANGELOG.md

File metadata and controls

356 lines (201 loc) · 22.2 KB

Changelog

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

🏠 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