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