Skip to content

Commit

Permalink
Merge pull request #6 from VisActor/fix-github-release-scripts
Browse files Browse the repository at this point in the history
Fix GitHub release scripts
  • Loading branch information
da730 authored Jan 30, 2024
2 parents b9666ca + 6d94c26 commit ee37eda
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ jobs:
base: main
head: ${{ github.ref_name }}
labels: release # default labels, the action will throw error if not specified
reviewers: kkxxkk2019 # default reviewers, the action will throw error if not specified
reviewers: da730 # default reviewers, the action will throw error if not specified
body: |
${{ steps.changelog.outputs.markdown }}
12 changes: 8 additions & 4 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"definitionName": "lockStepVersion",
"policyName": "vmindMin",
"version": "1.2.1",
"mainProject": "@visactor/vmind",
"nextBump": "patch"
}
]
1 change: 1 addition & 0 deletions packages/vmind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@typescript-eslint/eslint-plugin": "5.30.0",
"@typescript-eslint/parser": "5.30.0",
"@vitejs/plugin-react": "3.1.0",
"@types/js-yaml": "~4.0.9",
"eslint": "~8.18.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "^2.27.5",
Expand Down

0 comments on commit ee37eda

Please sign in to comment.