Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 5dd29e4

Browse files
committed
fix: add package.json to asset array
1 parent cbad9bf commit 5dd29e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
[
77
"@semantic-release/git",
88
{
9-
assets: false,
9+
assets: ["package.json"],
1010
message:
1111
"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
1212
},

0 commit comments

Comments
 (0)