Announcement: New completed rewrite code
Feature
- Commit code by format:
[header]: title
message
- Add configuration file
version: 2
log: false
commit:
message: false
- Add customizable list of header. You also able to create this file on repository, and script will merge the list with the global one.
version: 2
list:
- key: feature
value: Introducing new features.
- key: improve
value: Improving user experience / usability / performance.
- key: fix
value: Fixing a bug.
- key: refactor
value: Refactoring code.
- key: files
value: updating file(s) or folder(s).
- Easier create config by
gitgo config init [--global|--local]
- Changes cli engine (cli => cobra)