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.
2 parents 75c5204 + 42ae9b9 commit f1a203bCopy full SHA for f1a203b
.releaserc
@@ -37,7 +37,11 @@
37
"@semantic-release/git",
38
{
39
"assets": [
40
- "CHANGELOG.md"
+ "CHANGELOG.md",
41
+ "package.json",
42
+ "package-lock.json",
43
+ "yarn-lock.json",
44
+ "npm-shrinkwrap.json"
45
]
46
}
47
templates/releaserc
@@ -16,10 +16,6 @@
16
17
"type": "style",
18
"release": "patch"
19
- },
20
- {
21
- "type": "improvement",
22
- "release": "patch"
23
24
],
25
"parserOpts": {
@@ -41,7 +37,11 @@
0 commit comments