How to release an Obsidian Plugin
The process of releasing a plugin is documented in detail here.
First Write Your Plugin
- Write your plugin!
- Publish your plugin on Github with a proper README and LICENSE file.
- Add a Manifest file to describe your plugin. Example
- Create a GitHub workflow to release your plugin. Example
Then Submit Your Plugin
- Create a fork of the obsidianmd/obsidian-releases repository. img/2023-12-21-Github-fork.png
- Create a new branch, i.e
patch-1
- Update the
community-plugins.json
file with your plugin manifest. Example - Submit a Pull request to the original repository. See this example: GitHub: obsidianmd/obsidian-releases Pull Request #2789