Skip to content

Commit 2bc40d4

Browse files
committed
chore: setup release for v6 rc
1 parent 9e7b8f5 commit 2bc40d4

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ on:
33
push:
44
branches:
55
- master
6-
- angular-19
7-
- test-update
8-
- fix-voice-recording
6+
- 6.x.x-rc
97
pull_request:
108
branches:
119
- master
12-
- 5.x.x-beta
10+
- 6.x.x-rc
1311
jobs:
1412
workflow:
1513
runs-on: ubuntu-latest

package.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,12 @@
4141
"branches": [
4242
"master",
4343
{
44-
"name": "test-update",
45-
"prerelease": true,
46-
"channel": "beta"
47-
},
48-
{
49-
"name": "fix-voice-recording",
50-
"prerelease": true,
51-
"channel": "beta"
52-
},
53-
{
54-
"name": "5.x.x-beta",
55-
"prerelease": true,
56-
"channel": "beta"
44+
"name": "6.x.x-rc",
45+
"prerelease": "rc",
46+
"channel": "rc"
5747
}
5848
],
59-
"dryRun": false,
49+
"dryRun": true,
6050
"plugins": [
6151
[
6252
"@semantic-release/commit-analyzer",
@@ -80,7 +70,7 @@
8070
"@semantic-release/npm",
8171
{
8272
"pkgRoot": "./dist/stream-chat-angular",
83-
"npmPublish": true
73+
"npmPublish": false
8474
}
8575
],
8676
[

0 commit comments

Comments
 (0)