Merge pull request #59 from easingthemes/feature/package-json-automation-5

fix: add assets to semantic-release git
main
Dragan Filipović 2021-05-28 01:23:43 +02:00 committed by GitHub
commit 66e6843055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -9,11 +9,13 @@
"changelogFile": "docs/CHANGELOG.md"
}
],
"@semantic-release/npm",
["@semantic-release/npm", {
"npmPublish": false
}],
[
"@semantic-release/git",
{
"assets": ["docs/CHANGELOG.md"]
"assets": ["docs/CHANGELOG.md", "package.json"]
}
]
]