Skip to content

Commit f1a203b

Browse files
authored
Merge pull request #8 from epranka/package-json-version-update
fix(semantic-release): update package.json version
2 parents 75c5204 + 42ae9b9 commit f1a203b

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.releaserc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@
3737
"@semantic-release/git",
3838
{
3939
"assets": [
40-
"CHANGELOG.md"
40+
"CHANGELOG.md",
41+
"package.json",
42+
"package-lock.json",
43+
"yarn-lock.json",
44+
"npm-shrinkwrap.json"
4145
]
4246
}
4347
]

templates/releaserc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
{
1717
"type": "style",
1818
"release": "patch"
19-
},
20-
{
21-
"type": "improvement",
22-
"release": "patch"
2319
}
2420
],
2521
"parserOpts": {
@@ -41,7 +37,11 @@
4137
"@semantic-release/git",
4238
{
4339
"assets": [
44-
"CHANGELOG.md"
40+
"CHANGELOG.md",
41+
"package.json",
42+
"package-lock.json",
43+
"yarn-lock.json",
44+
"npm-shrinkwrap.json"
4545
]
4646
}
4747
]

0 commit comments

Comments
 (0)