Update the release scripts to include the breaking changes section

This commit is contained in:
Benoit Blanchon
2024-12-29 16:37:08 +01:00
parent de05814294
commit 254fa5712a
4 changed files with 37 additions and 16 deletions

View File

@@ -14,5 +14,5 @@ date: '$(date +'%Y-%m-%d')'
$(extras/scripts/wandbox/publish.sh "$ARDUINOJSON_H")
---
$(awk '/\* /{ FOUND=1; print; next } { if (FOUND) exit}' "$CHANGELOG")
$(extras/scripts/extract_changes.awk "$CHANGELOG")
END