Skip to content

Commit f8d4943

Browse files
committed
build: add npm semantic-release plugin
1 parent 915f972 commit f8d4943

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.releaserc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"$schema": "https://json.schemastore.org/semantic-release.json",
33
"branches": ["main"],
44
"plugins": [
5+
"@semantic-release/commit-analyzer",
6+
"@semantic-release/release-notes-generator",
7+
"@semantic-release/npm",
8+
"@semantic-release/github",
59
"@semantic-release/git"
610
],
711
"preset": "conventionalcommits"

0 commit comments

Comments
 (0)