diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index bc7e93bd..57f9a18e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -196,4 +196,4 @@ jobs: run: | git pull git checkout "release-v${{ steps.changelog.outputs.version }}" - gh pr create --fill --repo "${{ github.actor }}/libretro-super" \ No newline at end of file + gh pr create --fill --repo "libretro/libretro-super" \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d0593d8..e4091c8e 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.19] - 2023-11-06 + +### Changed + +- Submit a pull request to `libretro-super` when this file is updated. + ## [0.7.18] - 2023-11-06 ### Changed