Obsidian Plugin Deploy Integration Overview Release and distribute Obsidian plugins through multiple channels: the official community plugin directory, GitHub releases, BRAT beta testing, and manual installation. Covers the full lifecycle from building release assets to submitting your PR to the repo. Prerequisites - Obsidian plugin with , , and (if applicable) - GitHub repository for your plugin (public) - CLI authenticated ( ) - Plugin passes validation Instructions Step 1: Build Release Assets Step 2: Version Bump with version-bump.mjs Wire it into package.json so triggers it automatically…