mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01: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