Skip to content

Commit

Permalink
fix: update package/package-lock when release runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeveland27 committed Feb 21, 2023
1 parent f5f3e15 commit 32d326c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
["@semantic-release/changelog", {
"changelogFile": "CHANGELOG.md"
}],
["@semantic-release/npm", {
"npmPublish": false
}],
["@semantic-release/git", {
"assets": ["CHANGELOG.md", "package.json", "package-lock.json"],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
Expand Down

0 comments on commit 32d326c

Please sign in to comment.