mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	CI: added a workflow to create a release when matching tag is pushed
This commit is contained in:
		
							
								
								
									
										14
									
								
								extras/scripts/get-release-body.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										14
									
								
								extras/scripts/get-release-body.sh
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| set -eu | ||||
|  | ||||
| TAG="$1" | ||||
| CHANGELOG="$2" | ||||
|  | ||||
| cat << END | ||||
| ## Changes | ||||
|  | ||||
| $(awk '/\* /{ FOUND=1; print; next } { if (FOUND) exit}' "$CHANGELOG") | ||||
|  | ||||
| [View version history](https://github.com/bblanchon/ArduinoJson/blob/$TAG/CHANGELOG.md) | ||||
| END | ||||
		Reference in New Issue
	
	Block a user