fix: add release notes template to draft releases

This commit is contained in:
2025-10-26 11:53:34 -04:00
parent b7cf858c1c
commit d0c2731816

View File

@@ -83,6 +83,19 @@ jobs:
gh release create "$TAG_VERSION" \
--title="$TAG_VERSION" \
--draft \
--notes="Release $TAG_VERSION
## Changes
*Add release notes here before publishing*
## Installation
1. Download \`main.js\`, \`manifest.json\`, and \`styles.css\`
2. Create a folder in \`.obsidian/plugins/obsidian-mcp-server/\`
3. Copy the three files into the folder
4. Reload Obsidian
5. Enable the plugin in Settings → Community Plugins" \
main.js \
manifest.json \
styles.css