Skip to content

Announcement: New completed rewrite code

Compare
Choose a tag to compare
@kamontat kamontat released this 15 Aug 19:04
· 7 commits to master since this release

Feature

  1. Commit code by format:
[header]: title
message
  1. Add configuration file
version: 2
log: false
commit:
  message: false
  1. 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).
  1. Easier create config by gitgo config init [--global|--local]
  2. Changes cli engine (cli => cobra)