23 lines
315 B
Plaintext
23 lines
315 B
Plaintext
# {{PLUGIN_NAME}}
|
|
|
|
{{PLUGIN_DESCRIPTION}}
|
|
|
|
## Build
|
|
|
|
```bash
|
|
dotnet build -c Release
|
|
```
|
|
|
|
## Release
|
|
|
|
Tag and push:
|
|
|
|
```bash
|
|
git tag jellyfin/{{PLUGIN_SLUG}}/v1.0.0
|
|
git push origin jellyfin/{{PLUGIN_SLUG}}/v1.0.0
|
|
```
|
|
|
|
Install from the aggregated catalog:
|
|
|
|
`Jellyfin/manifest.json` (raw URL on your Gitea instance).
|