Skip to content

Commit

Permalink
feeat: repair release process (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe authored Jul 1, 2024
1 parent 80888ce commit bab47c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"github>adobe/helix-shared"
],
"baseBranches": [
"main",
"2.x"
"main"
],
"packageRules": [
{
Expand Down
6 changes: 0 additions & 6 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bab47c4

Please sign in to comment.