Skip to content

Commit 1f53389

Browse files
author
Max
committed
fix: semantic release failing
1 parent 4e2cc19 commit 1f53389

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
"eslint": "^8.3.0"
1818
},
1919
"release": {
20-
"tagFormat": "${version}"
20+
"tagFormat": "${version}",
21+
"plugins": [
22+
"@semantic-release/commit-analyzer",
23+
"@semantic-release/release-notes-generator",
24+
["@semantic-release/npm", {
25+
"npmPublish": false
26+
}],
27+
"@semantic-release/github"
28+
]
2129
}
2230
}

0 commit comments

Comments
 (0)