Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Commit

Permalink
🐛 Add package.json, package-lock.json to assets
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Sep 20, 2020
1 parent 7741c4c commit d0a6b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/release.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const options: Options = {
[
"@semantic-release/git",
{
assets: ["CHANGELOG.md"],
assets: ["CHANGELOG.md", "package.json", "package-lock.json"],
message: ":bookmark: Release v${nextRelease.version} [skip ci]",
},
],
Expand Down

0 comments on commit d0a6b84

Please sign in to comment.