mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Publish script: check that all changes are committed
This commit is contained in:
		| @@ -4,6 +4,11 @@ set -eu | |||||||
|  |  | ||||||
| cd "$(dirname "$0")/../.." | cd "$(dirname "$0")/../.." | ||||||
|  |  | ||||||
|  | if ! git diff --quiet --exit-code; then | ||||||
|  | 	echo "Repository contains uncommitted changes" | ||||||
|  | 	exit | ||||||
|  | fi | ||||||
|  |  | ||||||
| VERSION="$1" | VERSION="$1" | ||||||
| DATE=$(date +%F) | DATE=$(date +%F) | ||||||
| TAG="v$VERSION" | TAG="v$VERSION" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user