Skip to content

Latest commit

 

History

History
107 lines (60 loc) · 6.25 KB

CHANGELOG.md

File metadata and controls

107 lines (60 loc) · 6.25 KB

Changelog

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

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

(https://github.com/favware/cliff-jumper/tree/@favware/[email protected]) - (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