From 1b305518ff5a4451b03a3716653a17f396a4e319 Mon Sep 17 00:00:00 2001 From: Ovler Date: Wed, 22 Jan 2025 02:13:45 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E8=84=9A=E6=9C=AC=EF=BC=8C=E6=8E=92=E9=99=A4?= =?UTF-8?q?OvlerChangelog.md=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/syncupstream.yml | 1 + OvlerChangelog.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/syncupstream.yml b/.github/workflows/syncupstream.yml index 7dbd697e2f9f2..d78327616ce31 100644 --- a/.github/workflows/syncupstream.yml +++ b/.github/workflows/syncupstream.yml @@ -59,6 +59,7 @@ jobs: to="${patterns[$from]}" find . -type f \ -not -path "./.github/workflows/*" \ + -not -path "./OvlerChangelog.md" \ -exec sed -i "s|$from|$to|g" {} + done git add . diff --git a/OvlerChangelog.md b/OvlerChangelog.md index 34e31c70211a9..e5422819f4c27 100644 --- a/OvlerChangelog.md +++ b/OvlerChangelog.md @@ -8,6 +8,7 @@ 4. sync时自动把`lobeThinking`替换为`thinking`, 把`lobeArtifact`替换成`artifact`。 5. fix 自动替换脚本,排除workflow。 6. 自动替换deepseek的api接口为beta接口。 +7. fix 自动替换脚本,排除本changelog。 ## 2024.11.21