Skip to content

Commit 73b202d

Browse files
committed
fix: semantic release should update package.json
1 parent 2a86d90 commit 73b202d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.releaserc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
plugins:
2+
- "@semantic-release/commit-analyzer"
3+
- "@semantic-release/release-notes-generator"
4+
- "@semantic-release/github"
5+
- "@semantic-release/npm"
6+
- "@semantic-release/git"
7+
options:
8+
debug: true

0 commit comments

Comments
 (0)