gitquick 0.3.1

Command line tool that simplifies common git workflows.
1
2
3
4
5
6
7
8
9
10
11
{
  "packages": {
    ".": {
        "release-type": "rust",
        "bump-minor-pre-major": true,
        "bump-patch-for-minor-pre-major": true,
        "include-v-in-tag": true,
        "include-component-in-tag": false
    }
  }
}