Skip to content

Commit 55cfb09

Browse files
committed
internal: Track 0.14 for releases when updated
1 parent c6e56c6 commit 55cfb09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"fixed": [],
1818
"access": "public",
19-
"baseBranch": "master",
19+
"baseBranch": "0.14",
2020
"updateInternalDependencies": "patch",
2121
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
2222
"onlyUpdatePeerDependentsWhenOutOfRange": true

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- '0.14'
78

89
concurrency: ${{ github.workflow }}-${{ github.ref }}
910

0 commit comments

Comments
 (0)