From: Marcel van der Veldt Date: Sat, 16 Nov 2024 20:03:50 +0000 (+0100) Subject: Chore: fixup release-please config X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=6a9bce560c4c9509c36ac710f5d9c5848050533b;p=music-assistant-server.git Chore: fixup release-please config --- diff --git a/.github/workflows/.release-please-manifest-stable.json b/.github/workflows/.release-please-manifest-stable.json index aca3a494..8d17a8e5 100644 --- a/.github/workflows/.release-please-manifest-stable.json +++ b/.github/workflows/.release-please-manifest-stable.json @@ -1,3 +1,3 @@ { - ".": "2.3.1" + ".": "2.3.2" } diff --git a/.github/workflows/release-drafter-stable.yml b/.github/workflows/release-drafter-stable.yml deleted file mode 100644 index 694987f8..00000000 --- a/.github/workflows/release-drafter-stable.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Release Notes drafter (release-please) STABLE -on: - push: - branches: - - stable - -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.GITHUB_TOKEN }} - release-type: simple - manifest-file: .github/workflows/.release-please-manifest-stable.json - config-file: .github/workflows/.release-please-config-stable.json diff --git a/.github/workflows/release-please-stable.yml b/.github/workflows/release-please-stable.yml new file mode 100644 index 00000000..694987f8 --- /dev/null +++ b/.github/workflows/release-please-stable.yml @@ -0,0 +1,24 @@ +name: Release Notes drafter (release-please) STABLE +on: + push: + branches: + - stable + +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.GITHUB_TOKEN }} + release-type: simple + manifest-file: .github/workflows/.release-please-manifest-stable.json + config-file: .github/workflows/.release-please-config-stable.json