Skip to content

Commit

Permalink
chore: support release v2
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 9, 2023
1 parent 7ca1ffe commit cd50b12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
]
],
"access": "public",
"baseBranch": "master",
"baseBranch": "release-v2",
"updateInternalDependencies": "patch",
"ignore": []
}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- release-v2

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prelint": "yarn build",
"prepare": "patch-package && simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
"prerelease": "yarn build",
"release": "changeset publish",
"release": "changeset publish --tag release-v2",
"test": "jest",
"typecov": "type-coverage"
},
Expand Down

0 comments on commit cd50b12

Please sign in to comment.