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.
1 parent 95498c3 commit c5a0e9dCopy full SHA for c5a0e9d
release.config.js
@@ -23,7 +23,8 @@ module.exports = {
23
[
24
"@semantic-release/git",
25
{
26
- "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
+ "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
27
+ "assets": ["package.json", "package-lock.json", "CHANGELOG.md"]
28
}
29
]
30
0 commit comments