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 c6e56c6 commit 55cfb09Copy full SHA for 55cfb09
.changeset/config.json
@@ -16,7 +16,7 @@
16
],
17
"fixed": [],
18
"access": "public",
19
- "baseBranch": "master",
+ "baseBranch": "0.14",
20
"updateInternalDependencies": "patch",
21
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
22
"onlyUpdatePeerDependentsWhenOutOfRange": true
.github/workflows/release.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- master
7
+ - '0.14'
8
9
concurrency: ${{ github.workflow }}-${{ github.ref }}
10
0 commit comments