From d0c2731816bc13e85915174c817c8eccf0f37f26 Mon Sep 17 00:00:00 2001 From: Bill Date: Sun, 26 Oct 2025 11:53:34 -0400 Subject: [PATCH] fix: add release notes template to draft releases --- .github/workflows/release.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 934c08e..48a8e5b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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