From bab47c4262428b9d55cb41aab59e3a7921283175 Mon Sep 17 00:00:00 2001 From: Alexandre Capt Date: Mon, 1 Jul 2024 11:32:45 +0200 Subject: [PATCH] feeat: repair release process (#79) --- .renovaterc.json | 3 +-- publish.sh | 6 ------ 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.renovaterc.json b/.renovaterc.json index 45ebce9..cd869c8 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -3,8 +3,7 @@ "github>adobe/helix-shared" ], "baseBranches": [ - "main", - "2.x" + "main" ], "packageRules": [ { diff --git a/publish.sh b/publish.sh index a484352..72e9d17 100755 --- a/publish.sh +++ b/publish.sh @@ -8,12 +8,6 @@ TYPE=$2 # can be major, minor, patch VERSION_DASH=${VERSION//./-} BRANCH=update-lib-aem-$TYPE-$VERSION_DASH -# if the version is 2.0.0 or greater, exit gracefully now -if [[ $VERSION == 2.* ]]; then - echo "Version $VERSION is 2.0.0 or greater, exiting gracefully" - exit 0 -fi - cd .. echo "Using gh version: $(gh --version)" gh repo clone $ORG/$REPO