Skip to content

Commit 09970e9

Browse files
committed
Add release notes generation and default release notes
1 parent 0f810ad commit 09970e9

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Instructions
2+
3+
- Download `tabletdrivercleanup.zip`.
4+
- Extract the contents of the zip.
5+
- Run `tabletdrivercleanup.exe` as administrator.
6+
7+
## What's Changed
8+

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
with:
2828
name: TabletDriverCleanup ${{ github.ref_name }}
2929
draft: true
30+
generate_release_notes: true
31+
body_path: ./.github/workflows/default_release_notes.md
3032
files: ./dist/tabletdrivercleanup.zip
3133
env:
3234
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)