Skip to content

Commit cd50b12

Browse files
committed
chore: support release v2
1 parent 7ca1ffe commit cd50b12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
]
1515
],
1616
"access": "public",
17-
"baseBranch": "master",
17+
"baseBranch": "release-v2",
1818
"updateInternalDependencies": "patch",
1919
"ignore": []
2020
}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- master
6+
- release-v2
77

88
jobs:
99
release:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prelint": "yarn build",
2222
"prepare": "patch-package && simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
2323
"prerelease": "yarn build",
24-
"release": "changeset publish",
24+
"release": "changeset publish --tag release-v2",
2525
"test": "jest",
2626
"typecov": "type-coverage"
2727
},

0 commit comments

Comments
 (0)