mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Publish script: fix change log extraction code
This commit is contained in:
		| @@ -8,7 +8,7 @@ CHANGELOG="$2" | ||||
| cat << END | ||||
| ## 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) | ||||
| END | ||||
|   | ||||
		Reference in New Issue
	
	Block a user