Obsidian CI Integration Overview GitHub Actions workflows for Obsidian plugin development: build validation on every push, automated releases when you tag, version-bump scripting, manifest.json validation, and BRAT beta channel support. Prerequisites - GitHub repository with an Obsidian plugin - Working local build ( produces ) - and in repo root - GitHub Actions enabled on the repository Instructions Step 1: Create Build Workflow Step 2: Create Release Workflow Step 3: Create Version Bump Script Step 4: Wire Version Bump into package.json Now (or minor/major) runs the bump script automatical…