Skip to content

Commit 1fdabec

Browse files
authored
docs(site): remove changelog for miniprogram-chat (#4054)
1 parent cf30e19 commit 1fdabec

File tree

3 files changed

+0
-62
lines changed

3 files changed

+0
-62
lines changed

.github/workflows/auto-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ jobs:
6464
BODY: ${{ github.event.comment.body }}
6565
run: |
6666
txt=$(cat packages/tdesign-miniprogram/CHANGELOG.md)
67-
chat_txt=$(cat packages/tdesign-miniprogram-chat/CHANGELOG.md)
6867
echo "${txt%%##*}$BODY${txt##*---}" > packages/tdesign-miniprogram/CHANGELOG.md
69-
echo "${chat_txt%%##*}$BODY${chat_txt##*---}" > packages/tdesign-miniprogram-chat/CHANGELOG.md
7068
git add .
7169
git config --local user.email "github-actions[bot]@users.noreply.github.com"
7270
git config --local user.name "github-actions[bot]"

packages/tdesign-miniprogram-chat/CHANGELOG.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

packages/tdesign-miniprogram-chat/site/site.config.mjs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ export const docs = [
1212
path: '/miniprogram-chat/getting-started',
1313
component: () => import('@docs/getting-started.md'),
1414
},
15-
{
16-
title: '更新日志',
17-
titleEn: 'CHANGELOG',
18-
name: 'changelog',
19-
meta: { docType: 'explain' },
20-
path: '/miniprogram-chat/changelog',
21-
component: () => import('@tdesign-miniprogram-chat/CHANGELOG.md'),
22-
},
2315
{
2416
title: '什么是流式输出',
2517
name: 'sse',

0 commit comments

Comments
 (0)