Skip to content

Releases: Jannchie/gitcm

v0.1.6

28 Sep 10:36
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • ai: Use llm to auto generate commit message (3fea9bf)
  • ai: Parse git commit messages using a regular expression (7246d72)

🩹 Fixes

  • config: Typo of perf (852ea98)
  • version: Show correct version for commander (3861ead)
  • prompt: Use better ai prompt (2fc18e2)
  • cli: The interactive cli will get data (72ef0ba)

💅 Refactors

  • args: Refactor the commander parse logic (c5e66b7)

📖 Documentation

  • ai: Add docs for using OpenAI ChatGPT API (1fdda7b)

📦 Build

  • rollup: Expose __filename to global (eef1929)

🏡 Chore

  • ai: Update generateByAI and checkAI functions, modify getDiffOfCurrentGit command, and improve commit message prompt (cd2f65e)
  • update: Lowercase conversion for variables and prompt message update (c67eabb)
  • ai: Removes an unused import (0269b2a)

❤️ Contributors

v0.1.5

12 Sep 09:59
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • config: Load config correctly (6c6f7c9)

📖 Documentation

  • Update: usage, examples and configuation (65a5b47)
  • changelog: Update changelogs (2c3d5ed)

🏡 Chore

🎨 Styles

  • emoji: Update perf emoji (522e9e8)

❤️ Contributors

v0.1.4

09 Sep 07:56
Compare
Choose a tag to compare

What's Changed

  • ✨ feat(config): no need to confirm by default by @Jannchie in #2
  • ✨ feat: check gitcm version stop message by @Jannchie in #3

Full Changelog: v0.1.2...v0.1.4

v0.1.3

09 Sep 07:55
Compare
Choose a tag to compare

What's Changed

  • ✨ feat(config): no need to confirm by default by @Jannchie in #2

Full Changelog: v0.1.2...v0.1.3

v0.1.2

05 Sep 11:37
e0741cd
Compare
Choose a tag to compare

What's Changed

  • 🔨 refactor(cli): use clack directly by @Jannchie in #1

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

05 Sep 11:35
Compare
Choose a tag to compare

🩹 fix(core): fixed the issue of not working at all

Full Changelog: v0.1.0...v0.1.1

v0.1.0

05 Sep 11:33
Compare
Choose a tag to compare

🎉init: gitcm is an opinionated git commits message helper

Full Changelog: https://github.com/Jannchie/gitcm/commits/v0.1.0