We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2458fc commit 9c9a2bdCopy full SHA for 9c9a2bd
.npmignore
@@ -18,6 +18,7 @@ test/
18
.eslintrc
19
.eslintignore
20
.travis.yml
21
+.versionrc.json
22
23
Makefile
24
README.md
.versionrc.json
@@ -0,0 +1,14 @@
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": "Performace improve"},
10
+ {"type": "test", "hidden": true}
11
+ ],
12
+ "commitUrlFormat": "https://github.com/chilllab/react-nice-avatar/commits{{hash}}",
13
+ "compareUrlFormat": "https://github.com/chilllab/react-nice-avatar/compare/{{previousTag}}...{{currentTag}}"
14
+}
0 commit comments