diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 57f9a18e..840df310 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -194,6 +194,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} run: | + git remote -v + git remote add upstream master https://github.com/libretro/libretro-super.git git pull git checkout "release-v${{ steps.changelog.outputs.version }}" gh pr create --fill --repo "libretro/libretro-super" \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d6f6254c..7a4d34cb 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.21] - 2023-11-06 + +### Changed + +- Some more housekeeping related to `libretro-super`. + ## [0.7.20] - 2023-11-06 ### Changed