From dfa2c661628beb07bd1565523c2f0471f7f85d11 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Mon, 6 Nov 2023 20:24:54 -0500 Subject: [PATCH] Release 0.7.22 --- .github/workflows/main.yaml | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 840df310..09d4ef74 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -195,7 +195,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} run: | git remote -v - git remote add upstream master https://github.com/libretro/libretro-super.git + git remote add --fetch --tags upstream master https://github.com/libretro/libretro-super 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 7a4d34cb..b296b7e5 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.22] - 2023-11-06 + +### Changed + +- Fixed `git remote add` usage. + ## [0.7.21] - 2023-11-06 ### Changed