Skip to content

Commit 9c9a2bd

Browse files
committed
chore: add versionrc
1 parent d2458fc commit 9c9a2bd

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ test/
1818
.eslintrc
1919
.eslintignore
2020
.travis.yml
21+
.versionrc.json
2122

2223
Makefile
2324
README.md

.versionrc.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)