From 6a0f0d2cf076ed566847c7b30d308b0db2d168b2 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Mon, 6 Nov 2023 12:57:46 -0500 Subject: [PATCH] Release 0.7.15 --- .github/workflows/main.yaml | 9 ++------- CHANGELOG.md | 6 ++++++ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 17fda085..bcd79b2b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -186,16 +186,11 @@ jobs: destination_folder: 'dist/info' user_email: 'github-actions[bot]@users.noreply.github.com' user_name: 'github-actions[bot]' - commit_message: 'Submit melondsds_libretro.info for melonDS DS release v${{ steps.changelog.outputs.version }}' + commit_message: 'Submit melondsds_libretro.info for melonDS DS release v${{ steps.changelog.outputs.version }} on behalf of @${{ github.triggering_actor }}' - name: Open Pull Request if: "${{ steps.changelog.outputs.version != steps.newest-tag.outputs.version }}" working-directory: libretro-super env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} - run: | - gh pr create \ - --title "Add melondsds_libretro.info for release v${{ steps.changelog.outputs.version }}" \ - --fill \ - --base master \ - --repo ${{ github.actor }}:libretro-super \ No newline at end of file + run: gh pr create --fill --repo "${{ github.actor }}/libretro-super" \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e87d735..1005ebfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project roughly adheres to [Semantic Versioning](https://semver.org/spe Nothing right now. +## [0.7.15] - 2023-11-06 + +### Changed + +- Fix the release branch creation workflow. + ## [0.7.14] - 2023-11-06 ### Changed