We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
standard-version
1 parent 328cb01 commit 347245cCopy full SHA for 347245c
package.json
@@ -55,6 +55,7 @@
55
"github-release-from-cc-changelog": "^2.2.0",
56
"lodash": "^4.17.21",
57
"prettier": "^2",
58
+ "standard-version": "^9.3.2",
59
"tape": "*",
60
"tape-promise": "*"
61
},
@@ -100,6 +101,30 @@
100
101
"no-console": "off"
102
}
103
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
128
"prettier": {
129
"semi": true,
130
"singleQuote": true
0 commit comments