Releases: andre-filho/commit-helper
Fixed raw_input compatibility
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
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
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
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.