Skip to content

Commit

Permalink
Release 0.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Nov 6, 2023
1 parent 36cfab5 commit 6a0f0d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,16 +186,11 @@ jobs:
destination_folder: 'dist/info'
user_email: 'github-actions[bot]@users.noreply.github.com'
user_name: 'github-actions[bot]'
commit_message: 'Submit melondsds_libretro.info for melonDS DS release v${{ steps.changelog.outputs.version }}'
commit_message: 'Submit melondsds_libretro.info for melonDS DS release v${{ steps.changelog.outputs.version }} on behalf of @${{ github.triggering_actor }}'

- name: Open Pull Request
if: "${{ steps.changelog.outputs.version != steps.newest-tag.outputs.version }}"
working-directory: libretro-super
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
run: |
gh pr create \
--title "Add melondsds_libretro.info for release v${{ steps.changelog.outputs.version }}" \
--fill \
--base master \
--repo ${{ github.actor }}:libretro-super
run: 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.15] - 2023-11-06

### Changed

- Fix the release branch creation workflow.

## [0.7.14] - 2023-11-06

### Changed
Expand Down

0 comments on commit 6a0f0d2

Please sign in to comment.