Skip to content

Commit

Permalink
ci(releaserc): add package-lock.json to include in the commits
Browse files Browse the repository at this point in the history
add `package-lock.json` inside the `assets` array for `@semantic-release/git` to commit it when
bumping the version of the package
  • Loading branch information
niloysikdar committed Nov 17, 2023
1 parent 0c00b93 commit 7c135f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
{
"assets": [
"CHANGELOG.md",
"package.json"
"package.json",
"package-lock.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
Expand Down

0 comments on commit 7c135f5

Please sign in to comment.