Skip to content

Commit c5a0e9d

Browse files
committed
fix(ci): add assets to semantic-release/git config
1 parent 95498c3 commit c5a0e9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ module.exports = {
2323
[
2424
"@semantic-release/git",
2525
{
26-
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
26+
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
27+
"assets": ["package.json", "package-lock.json", "CHANGELOG.md"]
2728
}
2829
]
2930
]

0 commit comments

Comments
 (0)