mirror of
https://github.com/bcs1037/side-bookmark.git
synced 2026-07-22 06:06:38 +00:00
chore: integrate automated release workflows and update gitignore
This commit is contained in:
parent
8046f243aa
commit
08e449943c
2 changed files with 9 additions and 0 deletions
7
.agent/workflows/updated.md
Normal file
7
.agent/workflows/updated.md
Normal 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
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
node_modules/
|
||||
PRD/
|
||||
.DS_Store
|
||||
FILETREE.md
|
||||
AGENT.md
|
||||
|
|
|
|||
Loading…
Reference in a new issue