diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 86283d37..bc7e93bd 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -194,5 +194,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 75bfcba2..177dd1c6 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.17] - 2023-11-06 + +### Changed + +- Ensure my fork of `libretro-super` is up-to-date before opening a PR. + ## [0.7.16] - 2023-11-06 ### Changed