Skip to content

Releases: andre-filho/commit-helper

Fixed raw_input compatibility

25 Sep 23:40
Compare
Choose a tag to compare

Hotfix

Some machines could not run the script, because of an error of the deprecated (for py3) function raw_input. That has been fixed.

The 'No convention' convention

25 Sep 01:51
a4cd7c2
Compare
Choose a tag to compare

What is new

Now the commit-helper allows you to write commits following the, sorry ladies and gentleman who use this, laziest commit convention: the no convention commit convension.

Ex.:

 Adds stuff to project

As for the future...

A major refactoring is coming, as some pieces of the source code are more complex than they need to be. After that, the plan is to let users create custom conventions at the .yml file.

YAML configuration feature

11 Sep 16:30
b9d737e
Compare
Choose a tag to compare

What changed:

Now the script looks for a file named commiter.yml at your project folder.
If this file contains a convention configuration, it is applied.

Initial release

11 Sep 14:21
a9c3c58
Compare
Choose a tag to compare

Presenting the commit helper

Features in version 1.0.0:

  • Commit helper script that helps you to write fast commits following certain conventions:
    • angular/karma
    • conventional changelog
    • symphony convention

As for the future...

We are already working on a .yaml configuration file support, for a simpler and better usage of this script.

Have any ideas for this project? Help us by contributing in issues, suggestions and bug fixes.

Thanks.