Skip to content

Commit 928e849

Browse files
committed
chore: Turn off dry run for semantic release
1 parent c4713f2 commit 928e849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@
4646
"prerelease": true
4747
}
4848
],
49-
"dryRun": true,
49+
"dryRun": false,
5050
"plugins": [
5151
"@semantic-release/commit-analyzer",
5252
"@semantic-release/release-notes-generator",
5353
[
5454
"@semantic-release/npm",
5555
{
5656
"pkgRoot": "./dist/stream-chat-angular",
57-
"npmPublish": false
57+
"npmPublish": true
5858
}
5959
],
6060
[

0 commit comments

Comments
 (0)