From 4d2fc8061ffb096ba33bea555023131fbd69a847 Mon Sep 17 00:00:00 2001 From: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:42:54 -0400 Subject: [PATCH 1/3] update deployment to match branches Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> --- .github/workflows/deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index f1acb5c91e..6a14c7be8e 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -4,9 +4,9 @@ on: push: branches: - main - - maintenance - - next - v1-lts + - v2-lts + - release/3.* paths: - .github/release.config.js - .github/workflows/deployment.yml From 02c6c840deb5bee1256a285b1ffff97e1122d0d0 Mon Sep 17 00:00:00 2001 From: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:42:54 -0400 Subject: [PATCH 2/3] update deployment to match branches Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> --- .github/workflows/deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index f1acb5c91e..6a14c7be8e 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -4,9 +4,9 @@ on: push: branches: - main - - maintenance - - next - v1-lts + - v2-lts + - release/3.* paths: - .github/release.config.js - .github/workflows/deployment.yml From 6c136f7a8be84c42edbf1fbff8ecae90460d5b4f Mon Sep 17 00:00:00 2001 From: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:48:54 -0400 Subject: [PATCH 3/3] update lerna Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> --- lerna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index d9be0aadd8..6d5b65f3e7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.0.0-next-SNAPSHOT", + "version": "3.0.0-next.202409251145", "command": { "version": { "forcePublish": true,