发布 0.1.0:通知渠道、告警规则与多项体验修复
CI / test (push) Successful in 27s
Release / release (push) Successful in 26s

This commit is contained in:
Wang Defa
2026-07-10 17:31:19 +08:00
parent 9d0c116ce3
commit 5464d2dfea
68 changed files with 1604 additions and 359 deletions
+4 -1
View File
@@ -22,6 +22,7 @@ jobs:
npm ci
npm run build
cd dist && zip -qr ../dist.zip . && cd ..
sha256sum dist.zip > dist.zip.sha256
ls -lh dist.zip
- name: 提取 CHANGELOG 版本段作为 Release 描述
@@ -37,4 +38,6 @@ jobs:
with:
token: ${{ github.token }}
body_path: release-notes.md
files: dist.zip
files: |
dist.zip
dist.zip.sha256