mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Fixed publish.sh to commit CMakeLists.txt
This commit is contained in:
		| @@ -4,7 +4,7 @@ | |||||||
|  |  | ||||||
| cmake_minimum_required(VERSION 3.7) | cmake_minimum_required(VERSION 3.7) | ||||||
|  |  | ||||||
| project(ArduinoJson VERSION 6.15.1) | project(ArduinoJson VERSION 6.16.0) | ||||||
|  |  | ||||||
| if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME) | if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME) | ||||||
|     include(CTest) |     include(CTest) | ||||||
|   | |||||||
| @@ -41,7 +41,7 @@ update_version_in_source () { | |||||||
| } | } | ||||||
|  |  | ||||||
| commit_new_version () { | commit_new_version () { | ||||||
| 	git add src/ArduinoJson/version.hpp README.md CHANGELOG.md library.json library.properties appveyor.yml | 	git add src/ArduinoJson/version.hpp README.md CHANGELOG.md library.json library.properties appveyor.yml CMakeLists.txt | ||||||
| 	git commit -m "Set version to $VERSION" | 	git commit -m "Set version to $VERSION" | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user