chore: integrate automated release workflows and update gitignore

This commit is contained in:
BCS 2026-06-02 15:15:38 +08:00
parent 8046f243aa
commit 08e449943c
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,7 @@
---
description: 更新版本撰写changelog提交到我的github并更新Release
---
- 更新插件版本号
- 撰写changelog
- 提交到我的github并更新Release重要提示在 Obsidian 插件生态中GitHub Release 的 Tag 名和 Release 标题必须与 manifest.json 中的 version 字段完全一致,绝对不能带有前缀 'v'。例如应使用 '0.0.5',而不是 'v0.0.5',否则官方插件商店预检系统会报错 'No release matches your manifest version' 并拒绝审核)。

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
node_modules/
PRD/
.DS_Store
FILETREE.md
AGENT.md