Releases: JPeer264/node-semantic-git-commit-cli
Releases · JPeer264/node-semantic-git-commit-cli
v3.0.0
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
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
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
Feature:
- add support for initial commit (#28)
v2.0.0
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
Feature
- new option
emojies
- enable or disable emojies
- prevent
sgc
to prompt if nothing is added
v1.3.2
Fix
- improved error message - show actual shell error
v1.3.1
Fix
- 🎉 Init: The very first commit
v1.3.0
Feature
- Fail on non git repositories