Skip to content

Commit e5d1c12

Browse files
committed
Fix changelog in releases
1 parent 5db9b61 commit e5d1c12

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/release_description.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
@CHANGELOG@
66

7+
## Useful Links
8+
9+
[Software features](https://github.com/redolution/gekkoboot/) | 🚀 [Installation Guide](https://support.webhdx.dev/gc/picoboot/installation-guide) | ⬆️ [Update Guide](https://support.webhdx.dev/gc/picoboot/update-picoboot) | 🛠️ [Troubleshooting](https://support.webhdx.dev/gc/picoboot/troubleshooting)
10+
711
## Available files
812

913
* `picoboot_full_pico.uf2`: Compatible with Raspberry Pi Pico and Raspberry Pi Pico W.
1014
* `picoboot_full_pico2.uf2`: Compatible with Raspberry Pi Pico 2 and Raspberry Pi Pico 2 W.
11-
12-
## Useful Links
13-
14-
[Software features](https://github.com/redolution/gekkoboot/) | 🚀 [Installation Guide](https://support.webhdx.dev/gc/picoboot/installation-guide) | ⬆️ [Update Guide](https://support.webhdx.dev/gc/picoboot/update-picoboot) | 🛠️ [Troubleshooting](https://support.webhdx.dev/gc/picoboot/troubleshooting)

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
toTag: ${{ github.event.inputs.version }} # Explicitly set the current tag
8888
configurationJson: |
8989
{
90-
"template": "#{{CHANGELOG}}",
90+
"template": "#{{UNCATEGORIZED}}",
9191
"commit_template": "* {{SUBJECT}} (`{{SHORT_HASH}}`)",
9292
"empty_template": "_No notable changes in this version._",
9393
"categories": []

0 commit comments

Comments
 (0)