Skip to content

Commit

Permalink
Update release note generation
Browse files Browse the repository at this point in the history
Add an extra line for DuetWiFiServer on its own

Signed-off-by: Ben Agricola <[email protected]>
  • Loading branch information
benagricola committed May 10, 2024
1 parent 0dac5a6 commit 8349713
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions dist/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,13 @@ function build_release() {
#### Contains
| Component | Source File(s) | Version |
| ------------------------------- | ---------------------------------------- | --------------- |
| RepRapFirmware / DuetWifiServer | \`${RRF_FIRMWARE_SRC_NAME}\` | ${TG_RELEASE} |
| DuetWebControl | \`${DWC_SRC_NAME}\` | ${DUET_RELEASE} |
| Configuration | \`${COMMON_DIR}\` and \`${MACHINE_DIR}\` | ${COMMIT_ID} |
| Optionally, MillenniumOS | \`${MOS_SRC_NAME}\` | ${MOS_RELEASE} |
| Component | Source File(s) | Version |
| ------------------------ | ---------------------------------------- | --------------- |
| RepRapFirmware | \`${RRF_FIRMWARE_SRC_NAME}\` | ${TG_RELEASE} |
| DuetWiFiServer | \`${WIFI_FIRMWARE_SRC_NAME}\` | ${TG_RELEASE} |
| DuetWebControl | \`${DWC_SRC_NAME}\` | ${DUET_RELEASE} |
| Configuration | \`${COMMON_DIR}\` and \`${MACHINE_DIR}\` | ${COMMIT_ID} |
| Optionally, MillenniumOS | \`${MOS_SRC_NAME}\` | ${MOS_RELEASE} |
---
Expand Down

0 comments on commit 8349713

Please sign in to comment.