From 10aa5d065dc9e4955f1bf5e4f24d662b29d3c39d Mon Sep 17 00:00:00 2001 From: da730 Date: Tue, 30 Jan 2024 15:37:01 +0800 Subject: [PATCH] feat: add version polices --- common/config/rush/version-policies.json | 10 +++++++++- rush.json | 2 ++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 3f98b0ae..e5dd1370 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1,9 @@ -[{"definitionName":"lockStepVersion","policyName":"vmindMin","version":"1.2.2","mainProject":"@visactor/vmind","nextBump":"patch"}] +[ + { + "definitionName": "lockStepVersion", + "policyName": "vmindMin", + "version": "1.2.1", + "mainProject": "@visactor/vmind", + "nextBump": "patch" + } +] diff --git a/rush.json b/rush.json index 93434047..02a6bd7f 100644 --- a/rush.json +++ b/rush.json @@ -60,6 +60,7 @@ "packageName": "@visactor/vmind", "projectFolder": "packages/vmind", "shouldPublish": true, + "versionPolicyName": "vmindMin", "tags": [ "package" ] @@ -68,6 +69,7 @@ "packageName": "@visactor/calculator", "projectFolder": "packages/calculator", "shouldPublish": true, + "versionPolicyName": "vmindMin", "tags": [ "package" ]