mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 00:32:37 +01:00 
			
		
		
		
	Fixed publish.sh not committing appveyor.yml
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| version: 6.9.1.{build} | ||||
| version: 6.10.0.{build} | ||||
| environment: | ||||
|   matrix: | ||||
|   - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 | ||||
|   | ||||
| @@ -38,7 +38,7 @@ update_version_in_source () { | ||||
| } | ||||
|  | ||||
| commit_new_version () { | ||||
| 	git add src/ArduinoJson/version.hpp README.md CHANGELOG.md library.json library.properties | ||||
| 	git add src/ArduinoJson/version.hpp README.md CHANGELOG.md library.json library.properties appveyor.yml | ||||
| 	git commit -m "Set version to $VERSION" | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user