mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Updated publish script
This commit is contained in:
		| @@ -1,6 +1,6 @@ | |||||||
| #!/usr/bin/env bash | #!/usr/bin/env bash | ||||||
|  |  | ||||||
| set -eux | set -eu | ||||||
|  |  | ||||||
| cd "$(dirname "$0")/.." | cd "$(dirname "$0")/.." | ||||||
|  |  | ||||||
| @@ -36,9 +36,14 @@ commit_new_version () { | |||||||
|  |  | ||||||
| add_tag () { | add_tag () { | ||||||
| 	CHANGES=$(awk '/\* /{ FOUND=1; print; next } { if (FOUND) exit}' CHANGELOG.md) | 	CHANGES=$(awk '/\* /{ FOUND=1; print; next } { if (FOUND) exit}' CHANGELOG.md) | ||||||
| 	git tag -m "ArduinoJson $VERSION\n$CHANGES" $TAG | 	git tag -m "ArduinoJson $VERSION"$'\n'"$CHANGES" "$TAG" | ||||||
|  | } | ||||||
|  |  | ||||||
|  | push () { | ||||||
|  | 	git push --follow-tags | ||||||
| } | } | ||||||
|  |  | ||||||
| update_version_in_source | update_version_in_source | ||||||
| commit_new_version | commit_new_version | ||||||
| add_tag | add_tag | ||||||
|  | push | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user