docs: hide local publishing workflow

This commit is contained in:
2026-08-06 22:13:27 -04:00
parent 31fec9335c
commit fa3c4078b6
3 changed files with 0 additions and 102 deletions

View File

@@ -13,13 +13,3 @@ https://git.bep.moe/verniy/xiv-plugins/raw/branch/main/pluginmaster.json
## Plugins
- [Auto Fishing Stool](AutoFishingStool/README.md): automatically uses `/sit` after entering fishing mode.
## Publishing a Plugin
Increment the plugin version, then run this command from the repository root:
```powershell
.\scripts\publish-plugin.cmd -Project AutoFishingStool -Changelog "Describe the update"
```
Commit and push the updated source, `pluginmaster.json`, and release ZIP. Future plugin projects can use the same command with their project directory name.