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 7ca1ffe commit cd50b12Copy full SHA for cd50b12
.changeset/config.json
@@ -14,7 +14,7 @@
14
]
15
],
16
"access": "public",
17
- "baseBranch": "master",
+ "baseBranch": "release-v2",
18
"updateInternalDependencies": "patch",
19
"ignore": []
20
}
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release
3
on:
4
push:
5
branches:
6
- - master
+ - release-v2
7
8
jobs:
9
release:
package.json
@@ -21,7 +21,7 @@
21
"prelint": "yarn build",
22
"prepare": "patch-package && simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
23
"prerelease": "yarn build",
24
- "release": "changeset publish",
+ "release": "changeset publish --tag release-v2",
25
"test": "jest",
26
"typecov": "type-coverage"
27
},
0 commit comments