Skip to content

Commit 347245c

Browse files
committed
chore: Add standard-version config
1 parent 328cb01 commit 347245c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

package.json

+25
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"github-release-from-cc-changelog": "^2.2.0",
5656
"lodash": "^4.17.21",
5757
"prettier": "^2",
58+
"standard-version": "^9.3.2",
5859
"tape": "*",
5960
"tape-promise": "*"
6061
},
@@ -100,6 +101,30 @@
100101
"no-console": "off"
101102
}
102103
},
104+
"standard-version": {
105+
"skip": {
106+
"commit": true,
107+
"tag": true
108+
},
109+
"types": [
110+
{
111+
"type": "feat",
112+
"section": "Features"
113+
},
114+
{
115+
"type": "fix",
116+
"section": "Bug Fixes"
117+
},
118+
{
119+
"type": "perf",
120+
"section": "Performance Improvements"
121+
},
122+
{
123+
"type": "refactor",
124+
"section": "Maintenance Improvements"
125+
}
126+
]
127+
},
103128
"prettier": {
104129
"semi": true,
105130
"singleQuote": true

0 commit comments

Comments
 (0)