Skip to content

Commit

Permalink
chore(npm): add packge lock to semantic release config file
Browse files Browse the repository at this point in the history
When Pillarbox is released, the `version` property of `package-lock.json` is not
 updated.

As a result, the `version` properties of `package.json` and `package-lock.json`
are out of sync.

- updates `.releaserc` to add `package-lock.json` to the `@semantic-release/git`
 module
  • Loading branch information
amtins committed Mar 18, 2024
1 parent 573cd0c commit 0d1a1c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
{
"assets": [
"package.json",
"package-lock.json",
"docs/CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
Expand Down

0 comments on commit 0d1a1c3

Please sign in to comment.