Files
Jellyfin_Xtream/.github/workflows/changelog.yaml
Kevin Jilissen f26f0efc08 Initial plugin setup.
What is working:
- Get VOD stream information
- Stream VOD
- Get IPTV stream information
- Stream IPTV
- Get Series stream information
- Stream Series
2022-05-24 16:24:31 +02:00

21 lines
438 B
YAML

name: '📝 Create/Update Release Draft & Release Bump PR'
on:
push:
branches:
- master
paths-ignore:
- build.yaml
workflow_dispatch:
repository_dispatch:
types:
- update-prep-command
jobs:
call:
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/changelog.yaml@master
with:
repository-name: jellyfin/jellyfin-plugin-template
secrets:
token: ${{ secrets.GITHUB_TOKEN }}