Skip to content

Commit 8eece54

Browse files
committed
chore: updated with changes need to release a patch
1 parent 3a52167 commit 8eece54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ echo "Doing a release..."
1717
LOG=$(git log --format="%s" -1 | grep -Poe "#\d+")
1818
PR_NUM=${LOG:1}
1919

20-
yarn run lerna publish prerelease --preid=prerelease --dist-tag=prerelease --yes 2>&1 | tee lerna-output.txt
20+
run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txt
2121

2222
# use lerna command below for dry run
2323
#yarn run lerna version prerelease --preid=prerelease --yes --no-git-tag-version --no-push | tee lerna-output.txt

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"version": "independent",
27-
"allowBranch": ["main", "v4", "5.0.x", "6.3.x", "v5"],
27+
"allowBranch": ["main", "v4", "5.0.x", "6.3.x", "v5", "6.5.x"],
2828
"packages": ["packages/*", "packages/react-integration/demo-app-ts"],
2929
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
3030
}

0 commit comments

Comments
 (0)