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 7bccf8d commit 16a71f3Copy full SHA for 16a71f3
.releaserc.json
@@ -14,7 +14,7 @@
14
[
15
"@semantic-release/git",
16
{
17
- "assets": ["package.json"],
+ "assets": ["CHANGELOG.md", "package.json"],
18
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
19
}
20
]
0 commit comments