We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6532222 commit 4c5bd26Copy full SHA for 4c5bd26
.github/workflows/workflow.yml
@@ -3,9 +3,11 @@ on:
3
push:
4
branches:
5
- master
6
+ - beta
7
pull_request:
8
9
10
11
jobs:
12
test:
13
runs-on: ubuntu-latest
package.json
@@ -40,17 +40,21 @@
40
"private": true,
41
"release": {
42
"branches": [
43
- "master"
+ "master",
44
+ {
45
+ "name": "beta",
46
+ "prerelease": true
47
+ }
48
],
- "dryRun": false,
49
+ "dryRun": true,
50
"plugins": [
51
"@semantic-release/commit-analyzer",
52
"@semantic-release/release-notes-generator",
53
[
54
"@semantic-release/npm",
55
{
56
"pkgRoot": "./dist/stream-chat-angular",
- "npmPublish": true
57
+ "npmPublish": false
58
}
59
60
0 commit comments