Skip to content

Commit ee37eda

Browse files
authored
Merge pull request #6 from VisActor/fix-github-release-scripts
Fix GitHub release scripts
2 parents b9666ca + 6d94c26 commit ee37eda

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ jobs:
104104
base: main
105105
head: ${{ github.ref_name }}
106106
labels: release # default labels, the action will throw error if not specified
107-
reviewers: kkxxkk2019 # default reviewers, the action will throw error if not specified
107+
reviewers: da730 # default reviewers, the action will throw error if not specified
108108
body: |
109109
${{ steps.changelog.outputs.markdown }}

common/config/rush/pnpm-lock.yaml

+8-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"definitionName": "lockStepVersion",
4+
"policyName": "vmindMin",
5+
"version": "1.2.1",
6+
"mainProject": "@visactor/vmind",
7+
"nextBump": "patch"
8+
}
9+
]

packages/vmind/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"@typescript-eslint/eslint-plugin": "5.30.0",
4444
"@typescript-eslint/parser": "5.30.0",
4545
"@vitejs/plugin-react": "3.1.0",
46+
"@types/js-yaml": "~4.0.9",
4647
"eslint": "~8.18.0",
4748
"eslint-config-prettier": "8.5.0",
4849
"eslint-plugin-import": "^2.27.5",

0 commit comments

Comments
 (0)