Skip to content

Commit 00a6c32

Browse files
committed
fix: make sure the lock file is also commited
1 parent fc185ac commit 00a6c32

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"@semantic-release/git",
3232
{
3333
"assets": [
34-
"package.json"
34+
"package.json",
35+
"package-lock.json"
3536
],
3637
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
3738
}

0 commit comments

Comments
 (0)