File tree Expand file tree Collapse file tree 2 files changed +7
-19
lines changed Expand file tree Collapse file tree 2 files changed +7
-19
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- master
6
- - angular-19
7
- - test-update
8
- - fix-voice-recording
6
+ - 6.x.x-rc
9
7
pull_request :
10
8
branches :
11
9
- master
12
- - 5 .x.x-beta
10
+ - 6 .x.x-rc
13
11
jobs :
14
12
workflow :
15
13
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 41
41
"branches" : [
42
42
" master" ,
43
43
{
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"
57
47
}
58
48
],
59
- "dryRun" : false ,
49
+ "dryRun" : true ,
60
50
"plugins" : [
61
51
[
62
52
" @semantic-release/commit-analyzer" ,
80
70
" @semantic-release/npm" ,
81
71
{
82
72
"pkgRoot" : " ./dist/stream-chat-angular" ,
83
- "npmPublish" : true
73
+ "npmPublish" : false
84
74
}
85
75
],
86
76
[
You can’t perform that action at this time.
0 commit comments