chore(release): 0.0.2
[risinglegends.git] / .versionrc.json
1 {
2   "types": [
3     { "type": "feat", "section": "Features" },
4     { "type": "fix", "section": "Bug Fixes" },
5     { "type": "chore", "hidden": true },
6     { "type": "docs", "hidden": true },
7     { "type": "style", "hidden": true },
8     { "type": "refactor", "hidden": true },
9     { "type": "perf", "hidden": true },
10     { "type": "test", "hidden": true }
11   ],
12   "commitUrlFormat": "https://git.xangelo.ca/?p=risinglegends.git;a=commit;h={{hash}}",
13   "compareUrlFormat": "https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h={{currentTag}};hp={{previousTag}};ds=sidebyside"
14 }