Skip to content

Commit b4a4b5d

Browse files
authored
Merge pull request #192 from nobrainr/beta
Merge beta in next
2 parents 667ad24 + df2b326 commit b4a4b5d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ workflows:
8989
only:
9090
- next
9191
- master
92+
- beta
9293
- deploy-docs:
9394
requires:
9495
- publish-job

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424
"release": {
2525
"branches": [
2626
"master",
27-
"next"
27+
"next",
28+
{
29+
"name": "beta",
30+
"prerelease": true
31+
}
2832
]
2933
},
3034
"author": {

0 commit comments

Comments
 (0)