Skip to content

Commit 7c135f5

Browse files
committed
ci(releaserc): add package-lock.json to include in the commits
add `package-lock.json` inside the `assets` array for `@semantic-release/git` to commit it when bumping the version of the package
1 parent 0c00b93 commit 7c135f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.releaserc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
{
3030
"assets": [
3131
"CHANGELOG.md",
32-
"package.json"
32+
"package.json",
33+
"package-lock.json"
3334
],
3435
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
3536
}

0 commit comments

Comments
 (0)