We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f810ad commit 09970e9Copy full SHA for 09970e9
2 files changed
.github/workflows/default_release_notes.md
@@ -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
@@ -27,6 +27,8 @@ jobs:
27
with:
28
name: TabletDriverCleanup ${{ github.ref_name }}
29
draft: true
30
+ generate_release_notes: true
31
+ body_path: ./.github/workflows/default_release_notes.md
32
files: ./dist/tabletdrivercleanup.zip
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments