Skip to content

Commit b66416a

Browse files
committed
chore: don't commit package-lock.json
Ref: ipld/js-dag-cbor#126
1 parent d6aa27c commit b66416a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@
143143
"@semantic-release/changelog",
144144
"@semantic-release/npm",
145145
"@semantic-release/github",
146-
"@semantic-release/git"
146+
["@semantic-release/git", {
147+
"assets": ["CHANGELOG.md", "package.json"]
148+
}]
147149
]
148150
},
149151
"scripts": {

0 commit comments

Comments
 (0)