Files
projects/Jellyfin/_template/README.md.template
T

21 lines
402 B
Plaintext

# {{PLUGIN_NAME}}
{{PLUGIN_DESCRIPTION}}
## Build
```bash
dotnet build -c Release
```
## Release
1. Bump the `version` file (e.g. `1.0.1`)
2. Push changes under `Jellyfin/{{PLUGIN_SLUG}}/`
CI detects changed plugins, builds with jprm, creates a Gitea release, and updates `Jellyfin/manifest.json`.
Install from the aggregated catalog:
`Jellyfin/manifest.json` (raw URL on your Gitea instance).