mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 10:47:34 +02:00
Publish script: fix change log extraction code
This commit is contained in:
@ -8,7 +8,7 @@ CHANGELOG="$2"
|
|||||||
cat << END
|
cat << END
|
||||||
## Changes
|
## Changes
|
||||||
|
|
||||||
$(awk '/\* /{ FOUND=1; print; next } { if (FOUND) exit}' "$CHANGELOG")
|
$(awk '/\* /{ FOUND=1 } /^[[:space:]]*$/ { if(FOUND) exit } { if(FOUND) print }' "$CHANGELOG")
|
||||||
|
|
||||||
[View version history](https://github.com/bblanchon/ArduinoJson/blob/$TAG/CHANGELOG.md)
|
[View version history](https://github.com/bblanchon/ArduinoJson/blob/$TAG/CHANGELOG.md)
|
||||||
END
|
END
|
||||||
|
Reference in New Issue
Block a user