mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-23 16:08:09 -05:00
fix(ci): add assets to semantic-release/git config
This commit is contained in:
parent
95498c3dc7
commit
c5a0e9d42e
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ module.exports = {
|
|||
[
|
||||
"@semantic-release/git",
|
||||
{
|
||||
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
||||
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
|
||||
"assets": ["package.json", "package-lock.json", "CHANGELOG.md"]
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue