Skip to content

Commit

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

0 comments on commit 72bc1f8

Please sign in to comment.