We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a631f51 commit a13342bCopy full SHA for a13342b
.releaserc.cjs
@@ -8,7 +8,7 @@ module.exports = {
8
}],
9
"@semantic-release/npm",
10
["@semantic-release/git", {
11
- "assets": ["package.json", "CHANGELOG.md"],
+ "assets": ["package.json", "package-lock.json", "CHANGELOG.md"],
12
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
13
14
["@semantic-release/github", {}],
0 commit comments