diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e041622..4a571d98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json new file mode 100644 index 00000000..e5dd1370 --- /dev/null +++ b/common/config/rush/version-policies.json @@ -0,0 +1,9 @@ +[ + { + "definitionName": "lockStepVersion", + "policyName": "vmindMin", + "version": "1.2.1", + "mainProject": "@visactor/vmind", + "nextBump": "patch" + } +]