Skip to content

Commit

Permalink
Release 0.7.21
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Nov 7, 2023
1 parent 3483d49 commit 69149bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69149bc

Please sign in to comment.