Skip to content

Releases: JPeer264/node-semantic-git-commit-cli

v3.0.0

05 Jan 21:03
Compare
Choose a tag to compare

Breaking changes:

  • fb01392 Chore: drop Node v4 (#55) (Jan Peer Stöcklmair)
  • 866cffd Style: use consistent writing style (closes #43) (#48) (Lukas Aichbauer)

Fix:

  • c5b5941 Docs: link semantic-release (#52) (Jan Peer Stöcklmair)
  • ba91f6a CI: test node version 8 (#50) (Lukas Aichbauer)
  • 540af59 Docs: recover changelog (#47) (Jan Peer Stöcklmair)

v2.3.1

01 Oct 17:28
Compare
Choose a tag to compare

Fix:

  • f37923b Fix: apply length check on type + scope + message (closes #35) (#42) (Lukas Aichbauer)
  • 67892ae Fix: trim trailing spaces (closes #39) (#41) (Lukas Aichbauer)

Docs

  • 8b8fe39 Docs: Fix typo on installation with yarn (closes #45) (#46) (Guillermo Omar Lopez Lopez)

v2.3.0

01 Oct 17:11
Compare
Choose a tag to compare

Feature:

  • b28add9 Feat: show commit msg length (closes #36) (#40) (Lukas Aichbauer)

Docs:

  • 5befc1b Docs: for lowercaseTypes (closes #34) (#44) (Lukas Aichbauer)
  • 270d752 Docs: add usage with semantic-release (#38) (jy95)

v2.1.0

15 May 20:51
Compare
Choose a tag to compare

Feature:

  • add support for initial commit (#28)

v2.0.1

06 May 22:54
Compare
Choose a tag to compare

Docs

  • improved why and usage

v2.0.0

06 May 21:11
Compare
Choose a tag to compare

Breaking Changes:

  • change emojies to emoji why? 🍣
  • change emoji default to false
  • remove Init type
  • change local .sgcrc_default to .sgcrc
    • why? because potential contributors with a global configuration are forced to use our defaults
  • rename promptConfig.js to questions.js
  • questions now just need a configuration object
  • rename moreInfo to body
  • disable minChar and maxChar with -1

Feature:

  • add questions configuration
  • add scope to the questions (default false) ( #18 )

v1.4.0

18 Apr 10:33
Compare
Choose a tag to compare

Feature

  • new option emojies - enable or disable emojies
  • prevent sgc to prompt if nothing is added

v1.3.2

16 Apr 17:38
Compare
Choose a tag to compare

Fix

  • improved error message - show actual shell error

v1.3.1

07 Apr 13:10
Compare
Choose a tag to compare

Fix

  • 🎉 Init: The very first commit

v1.3.0

23 Mar 18:50
Compare
Choose a tag to compare

Feature

  • Fail on non git repositories