Skip to content

Releases: ItsAnas/git-commiter

Stable version 1.0

20 May 10:40

Choose a tag to compare

Highlights

  • The binary can be used quickly with:
git cmt

Known issues

  • The .commit.json is not necessarly created at the right place in the first use. You must be at the root of the git repository

Working version

19 May 15:03

Choose a tag to compare

Working version Pre-release
Pre-release

Release notes:

  • Remove debug print when creating json file
  • Fix the first use when creating .commit.json

.commit.json file can we read

19 May 14:29

Choose a tag to compare

Pre-release
  • files .commit.json can be read to have a custom configuration
  • If no .commit.json is found, you can create one

Commit are working correctly

18 May 18:43

Choose a tag to compare

Pre-release

You can commit using conventional commits.
It starts with:
feat/fix/docs/ci/....
and following your message.

Your commit must have at least 4 characters and do not exceed 50 messages