Skip to content

Commit d43aad3

Browse files
committed
test(announce): test
1 parent 48cc380 commit d43aad3

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/update_announcement.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
prompt: |
3838
Please summarize the following update in one sentence, suitable for posting in the website announcement bar:
3939
${{ steps.changelog.outputs.added }}
40+
model: deepseek/deepseek-r1
41+
endpoint: https://models.github.ai/inference
42+
token: ${{ secrets.DEEPSEEK_TOKEN }}
4043

4144
- name: Update main.html announce
4245
run: |

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.4.2 (2025-07-29)
2+
3+
### Feat
4+
5+
- **test**: 新增自动更新公告栏的功能。
6+
17
## 1.4.1 (2025-07-29)
28

39
### Feat

0 commit comments

Comments
 (0)