Skip to content

Releases: tunnckoCoreLabs/gitcommit

v1.0.5

07 Mar 01:05
Compare
Choose a tag to compare

v1.0.5 (2018-03-07)

🐛 Bug Fixes

v1.0.4...v1.0.5

v1.0.4

07 Mar 01:01
Compare
Choose a tag to compare

v1.0.4 (2018-03-07)

🐛 Bug Fixes

  • readme: update the Install section (818b4a0)

v1.0.3...v1.0.4

v1.0.3

07 Mar 00:32
Compare
Choose a tag to compare

v1.0.3 (2018-03-07)

🐛 Bug Fixes

  • update pkg.homepage, glitches (3af3ec6)

v1.0.2...v1.0.3

v1.0.2

07 Mar 00:29
Compare
Choose a tag to compare

v1.0.2 (2018-03-07)

🐛 Bug Fixes

v1.0.1...v1.0.2

v1.0.1

07 Mar 00:27
Compare
Choose a tag to compare

v1.0.1 (2018-03-07)

🐛 Bug Fixes

v1.0.0...v1.0.1

v1.0.0

07 Mar 00:03
Compare
Choose a tag to compare

v1.0.0 (2018-03-07)

Breaking Changes

  • refactor: switch to use 'prompts' package (3de8888)

Now it is a pretty cool replacement of the original git commit command.
Prompts few questions that forms a commit message compliant to the Conventional Commits spec (angular style commits). By default does not prompt for scope, body and footer.

Use -x (--scope), -y (--body) or -w (--footer) flags to trigger prompts for them.

To try it in action, run yarn commit -Ss -xyw in this repository.
The -Ss is git commits flags --signoff and --gpg-sign.

v0.2.4...v1.0.0

v0.2.4

12 Feb 18:10
Compare
Choose a tag to compare

first release