gitzy

🪄 An interactive conventional commits cli

MIT License

Downloads
185
Stars
4
Committers
6

Bot releases are visible (Hide)

gitzy - v5.3.0 Latest Release

Published by github-actions[bot] 7 months ago

5.3.0 (2024-04-10)

Features

  • ✨ support load ESM configuration (da29e84)
gitzy - v5.2.0

Published by github-actions[bot] 9 months ago

5.2.0 (2024-02-16)

Bug Fixes

  • 🐛 show correct version when running --version (45190cf)

Features

  • ✨ reduce package.json noise when publishing (b09e4b9)
gitzy - v5.1.0

Published by github-actions[bot] 9 months ago

5.1.0 (2024-02-16)

Features

  • ✨ optimize by moving from Common JS to ES Modules (bfa53b9)
gitzy - v5.0.0

Published by github-actions[bot] 9 months ago

5.0.0 (2024-02-16)

Features

  • ✨ drop support for node v16 (86f5555)

BREAKING CHANGES

  • 💥 node v16 is no longer supported
gitzy - v4.0.0

Published by github-actions[bot] about 1 year ago

4.0.0 (2023-08-24)

Features

  • ✨ support node v20, drop support for v14 (424a113)
  • deps: ✨ bump commander to v11.0.0 (c3de75b)

BREAKING CHANGES

  • 💥 node v14 is no longer supported
gitzy - v3.5.1

Published by github-actions[bot] about 1 year ago

3.5.1 (2023-08-24)

Bug Fixes

  • deps: 🐛 bump yaml to v2.2.2 to fix security vulnerability (a91ea7d)
gitzy - v3.5.0

Published by github-actions[bot] about 1 year ago

3.5.0 (2023-08-24)

Features

  • build: ✨ use pkgroll for simpler bundling and less deps (f331fdb)
gitzy - v3.4.0

Published by github-actions[bot] about 2 years ago

3.4.0 (2022-08-14)

Features

  • cli: ✨ allow issues hint to be customized w/ issuesHint option (989d839), closes #337
gitzy - v3.3.0

Published by github-actions[bot] over 2 years ago

3.3.0 (2022-07-24)

Features

  • deps: ✨ bump yaml to v2 (91d24e8)
gitzy - v3.2.0

Published by github-actions[bot] over 2 years ago

3.2.0 (2022-03-14)

Features

  • deps: ✨ bump commander to ^9.0.0 (d87a057)
gitzy - v3.1.0

Published by github-actions[bot] almost 3 years ago

3.1.0 (2022-01-15)

Bug Fixes

  • 🐛 wrap correctly when there are quotes in the message (92c0121)

Features

  • ✨ replace cosmiconfig w/ lilconfig & yaml to reduce deps (391425a), closes #249
gitzy - v3.0.0

Published by github-actions[bot] almost 3 years ago

3.0.0 (2022-01-14)

chore

  • deps: 🤖 remove node 12 support (9550bce)

BREAKING CHANGES

  • deps: 💥 minimum node version is 14
gitzy - v2.1.0

Published by github-actions[bot] almost 3 years ago

2.1.0 (2021-11-09)

Bug Fixes

  • cli: 🐛 prevent wraping if headerMaxLength is over 72 (9b1ed6b)

Features

  • cli: ✨ add skip when none hint to breaking change prompt (614f502)
gitzy - v2.0.1

Published by github-actions[bot] about 3 years ago

2.0.1 (2021-09-17)

Bug Fixes

  • cli: 🐛 strict matches should appear first (7327ed8)
gitzy - v2.0.0

Published by github-actions[bot] about 3 years ago

2.0.0 (2021-09-17)

chore

  • deps: 🤖 remove node 10 support (8e2d743)

BREAKING CHANGES

  • deps: 💥 minimum node version is 12
gitzy - v1.4.0

Published by github-actions[bot] over 3 years ago

1.4.0 (2021-05-06)

Features

  • cli: ✨ add ability to --retry previous commit (4d902a0), closes #7
gitzy - v1.3.3

Published by github-actions[bot] over 3 years ago

1.3.3 (2021-02-20)

Bug Fixes

  • cli: 🐛 account for space in final message for max length (5df05ac), closes #53
  • cli: 🐛 do not execute git commit during dry run (25dd6b0)
gitzy - v1.3.2

Published by github-actions[bot] over 3 years ago

1.3.2 (2021-02-04)

Bug Fixes

  • cli: 🐛 limit scope's choices view to 10 (aae8763)
  • cli: 🐛 use correct emoji(✨) for feat type (190b04c)
  • cli: 🐛 use correct emoji(💥) for breaking change (dbfb7a5)
gitzy - v1.3.1

Published by github-actions[bot] almost 4 years ago

1.3.1 (2021-01-24)

Bug Fixes

  • cli: 🐛 merge user & commitlint configs when --commitlint (0a3685c)
gitzy - v1.3.0

Published by github-actions[bot] almost 4 years ago

1.3.0 (2021-01-23)

Features

  • 🎸 add --skip flag to support skipping questions (6974275), closes #10
  • 🎸 support .config/* as a configuration path (d00dfb3)