Skip to content

Commit e3ceab2

Browse files
authored
fix: 🐛 update package json version (#27)
we have to use npm plugin and not publish to npm to be able to update package json version
1 parent 62da07e commit e3ceab2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.releaserc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"plugins": [
33
"@semantic-release/commit-analyzer",
44
"@semantic-release/release-notes-generator",
5+
[
6+
"@semantic-release/npm",
7+
{
8+
"npmPublish": false
9+
}
10+
],
511
"@semantic-release/github",
612
[
713
"@semantic-release/git",

0 commit comments

Comments
 (0)