From 0dff9ec30ebc2a505f67697e80fcca702f6ee4e9 Mon Sep 17 00:00:00 2001 From: seebees Date: Thu, 28 Jan 2021 10:21:12 -0800 Subject: [PATCH 1/2] chore: Use lerna fixed versioning Reference: https://github.com/lerna/lerna#fixedlocked-mode-default 1. Currently the SDK create a new tag for each new version each subpackage. This results in having too many tags to maintain. 2. Using independent versioning also adds some unnecessary complexity over the release system. 3. Most popular monorepos use fixed versioning, like Lerna, Babel See: aws-sdk-js-v3 switched to fixed versioning with their release candidate in aws/aws-sdk-js-v3#1248 --- lerna.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 0b576a8a1..e4a88f7d3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,9 +1,8 @@ { - "lerna": "3.13.3", "packages": [ "modules/*" ], - "version": "independent", + "version": "2.0.0", "command": { "bootstrap": { "nohoist": [ From 3aea45ce7c9e6d43a9af06e3e3007ff0fb56240e Mon Sep 17 00:00:00 2001 From: seebees Date: Thu, 3 Jun 2021 14:53:07 -0700 Subject: [PATCH 2/2] Update version --- lerna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index e4a88f7d3..f6b6c0bc0 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "modules/*" ], - "version": "2.0.0", + "version": "2.2.0", "command": { "bootstrap": { "nohoist": [