File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
projects/stream-chat-angular Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- master
6
- - 6.x.x-rc
6
+ - next
7
7
pull_request :
8
8
branches :
9
9
- master
10
- - 6.x.x-rc
11
10
jobs :
12
11
workflow :
13
12
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 50
50
"branches" : [
51
51
" master" ,
52
52
{
53
- "name" : " 6.x.x-rc " ,
54
- "prerelease" : " rc " ,
55
- "channel" : " rc "
53
+ "name" : " next " ,
54
+ "prerelease" : " next " ,
55
+ "channel" : " next "
56
56
}
57
57
],
58
- "dryRun" : false ,
58
+ "dryRun" : true ,
59
59
"plugins" : [
60
60
[
61
61
" @semantic-release/commit-analyzer" ,
79
79
" @semantic-release/npm" ,
80
80
{
81
81
"pkgRoot" : " ./dist/stream-chat-angular" ,
82
- "npmPublish" : true
82
+ "npmPublish" : false
83
83
}
84
84
],
85
85
[
Original file line number Diff line number Diff line change 17
17
}
18
18
},
19
19
"peerDependencies" : {
20
- "@angular/common" : " ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" ,
21
- "@angular/core" : " ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" ,
20
+ "@angular/common" : " ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || next || ^20.0.0 " ,
21
+ "@angular/core" : " ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || next || ^20.0.0 " ,
22
22
"@breezystack/lamejs" : " ^1.2.7" ,
23
23
"@ngx-translate/core" : " ^14.0.0 || ^15.0.0 || ^16.0.0" ,
24
24
"rxjs" : " ^7.4.0" ,
You can’t perform that action at this time.
0 commit comments