Skip to content

Merge branch 'main' of https://github.com/music-assistant/client #7

Merge branch 'main' of https://github.com/music-assistant/client

Merge branch 'main' of https://github.com/music-assistant/client #7

name: Release Notes drafter (release-please)
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.release.outputs.tag_name }}
release_created: ${{ steps.release.outputs.release_created }}
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.PRIVILEGED_GITHUB_TOKEN }}
release-type: simple
manifest-file: .github/workflows/.release-please-manifest.json
config-file: .github/workflows/.release-please-config.json