mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-04 21:19:27 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
0098480952
2
.github/workflows/manual-release-develop.yml
vendored
2
.github/workflows/manual-release-develop.yml
vendored
@ -79,6 +79,8 @@ jobs:
|
|||||||
yarn config set registry https://registry.npmjs.org/
|
yarn config set registry https://registry.npmjs.org/
|
||||||
yarn install
|
yarn install
|
||||||
yarn build
|
yarn build
|
||||||
|
- name: Install Lerna
|
||||||
|
run: npm install -g lerna@4
|
||||||
- name: Run release.sh
|
- name: Run release.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/manual-release-next.yml
vendored
2
.github/workflows/manual-release-next.yml
vendored
@ -124,6 +124,8 @@ jobs:
|
|||||||
yarn config set registry https://registry.npmjs.org/
|
yarn config set registry https://registry.npmjs.org/
|
||||||
yarn install
|
yarn install
|
||||||
yarn build
|
yarn build
|
||||||
|
- name: Install Lerna
|
||||||
|
run: npm install -g lerna@4
|
||||||
- name: Run release.sh
|
- name: Run release.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/manual-release.yml
vendored
2
.github/workflows/manual-release.yml
vendored
@ -118,6 +118,8 @@ jobs:
|
|||||||
yarn config set registry https://registry.npmjs.org/
|
yarn config set registry https://registry.npmjs.org/
|
||||||
yarn install
|
yarn install
|
||||||
yarn build
|
yarn build
|
||||||
|
- name: Install Lerna
|
||||||
|
run: npm install -g lerna@4
|
||||||
- name: Run release.sh
|
- name: Run release.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
@ -49,14 +49,14 @@ lerna version $new_version --preid alpha --force-publish=* --no-git-tag-version
|
|||||||
|
|
||||||
echo $PRO_PLUGIN_REPOS | jq -r '.[]' | while read i; do
|
echo $PRO_PLUGIN_REPOS | jq -r '.[]' | while read i; do
|
||||||
cd ./packages/pro-plugins/@nocobase/$i
|
cd ./packages/pro-plugins/@nocobase/$i
|
||||||
git add .
|
git add package.json
|
||||||
git commit -m "chore(versions): 😊 publish v$(jq -r '.version' ../../../../lerna.json)"
|
git commit -m "chore(versions): 😊 publish v$(jq -r '.version' ../../../../lerna.json)"
|
||||||
git tag v$(jq -r '.version' ../../../../lerna.json)
|
git tag v$(jq -r '.version' ../../../../lerna.json)
|
||||||
cd ../../../../
|
cd ../../../../
|
||||||
done
|
done
|
||||||
echo $CUSTOM_PRO_PLUGIN_REPOS | jq -r '.[]' | while read i; do
|
echo $CUSTOM_PRO_PLUGIN_REPOS | jq -r '.[]' | while read i; do
|
||||||
cd ./packages/pro-plugins/@nocobase/$i
|
cd ./packages/pro-plugins/@nocobase/$i
|
||||||
git add .
|
git add package.json
|
||||||
git commit -m "chore(versions): 😊 publish v$(jq -r '.version' ../../../../lerna.json)"
|
git commit -m "chore(versions): 😊 publish v$(jq -r '.version' ../../../../lerna.json)"
|
||||||
git tag v$(jq -r '.version' ../../../../lerna.json)
|
git tag v$(jq -r '.version' ../../../../lerna.json)
|
||||||
cd ../../../../
|
cd ../../../../
|
||||||
|
Loading…
x
Reference in New Issue
Block a user