chore: bump v1.8.0, add release-notify skill, optimize docs deploy (#992)

- Upgrade version to 1.8.0 in all package.json files
- Add cf-temp-mail-release-notify skill with MarkdownV2 Telegram posting
- Optimize docs_deploy.yml to auto-trigger on Tag Build CI completion
- Add v1.8.0 placeholder in CHANGELOG.md and CHANGELOG_EN.md

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Dream Hunter
2026-04-20 16:29:17 +08:00
committed by GitHub
parent a5b64e1dc9
commit 296ddb8619
13 changed files with 303 additions and 42 deletions

View File

@@ -1,5 +1,5 @@
export const CONSTANTS = {
VERSION: 'v' + '1.7.0',
VERSION: 'v' + '1.8.0',
// DB Version
DB_VERSION_KEY: 'db_version',