Skip to content

Commit

Permalink
Release 0.7.23
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Nov 7, 2023
1 parent dfa2c66 commit 7dedaf7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
run: |
git remote -v
git remote add --fetch --tags upstream master https://github.com/libretro/libretro-super
git remote add --fetch --tags upstream https://github.com/libretro/libretro-super
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.23] - 2023-11-06

### Changed

- Fixed a typo.

## [0.7.22] - 2023-11-06

### Changed
Expand Down

0 comments on commit 7dedaf7

Please sign in to comment.