Skip to content

Commit 73b257c

Browse files
committed
updated to do patch release
1 parent 6f2385b commit 73b257c

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ 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+
#yarn run lerna publish prerelease --preid=prerelease --dist-tag=prerelease --yes 2>&1 | tee lerna-output.txt
21+
yarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txt
2122

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
branches:
5-
- main
5+
- 6.6.x
66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}
88
cancel-in-progress: true

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.6.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)