Skip to content

Commit 14ea554

Browse files
authored
chore: publish v1.11.0-beta (#3906)
* chore: publish v1.11.0-beta * fix(ci): update the CHANGELOG file path * docs: update CODEOWNERS
1 parent a6cf503 commit 14ea554

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @anlyyao @jarmywang @jin0209 @betavs
1+
* @anlyyao @jarmywang @jin0209 @betavs @novlan1

.github/workflows/auto-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
env:
5858
BODY: ${{ github.event.comment.body }}
5959
run: |
60-
txt=$(cat CHANGELOG.md)
61-
echo "${txt%%##*}$BODY${txt##*---}" > CHANGELOG.md
60+
txt=$(cat packages/tdesign-miniprogram-site/CHANGELOG.md)
61+
echo "${txt%%##*}$BODY${txt##*---}" > packages/tdesign-miniprogram-site/CHANGELOG.md
6262
git add .
6363
git config --local user.email "github-actions[bot]@users.noreply.github.com"
6464
git config --local user.name "github-actions[bot]"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tdesign-miniprogram",
33
"packageManager": "[email protected]",
44
"purename": "tdesign",
5-
"version": "1.10.1",
5+
"version": "1.11.0-beta",
66
"description": "tdesign-miniprogram",
77
"title": "tdesign-miniprogram",
88
"main": "miniprogram_dist/index.js",

0 commit comments

Comments
 (0)