Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Exzap committed Aug 8, 2024
1 parent 473ca48 commit 3f262b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
template: |
## What’s Changed
$CHANGES
### Changelog
- Entry 1
- Entry 2
### Commits in this release
$CHANGES
###### Contributions by: $CONTRIBUTORS
1 change: 1 addition & 0 deletions .github/workflows/deploy_experimental_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
- uses: release-drafter/release-drafter@v6
with:
tag: 'v${{ env.CEMU_VERSION }}'
name: 'Cemu ${{ env.CEMU_VERSION }} (Experimental)'
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3f262b1

Please sign in to comment.