Skip to content

Commit

Permalink
chore: 更新文本替换脚本,排除OvlerChangelog.md文件
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovler-Young authored and github-actions[bot] committed Jan 23, 2025
1 parent 33ae9de commit afae2b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/syncupstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down
1 change: 1 addition & 0 deletions OvlerChangelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
4. sync时自动把`lobeThinking`替换为`thinking`, 把`lobeArtifact`替换成`artifact`
5. fix 自动替换脚本,排除workflow。
6. 自动替换deepseek的api接口为beta接口。
7. fix 自动替换脚本,排除本changelog。

## 2024.11.21

Expand Down

0 comments on commit afae2b4

Please sign in to comment.