mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-13 10:36:34 +02:00
Fixed publish.sh to commit CMakeLists.txt
This commit is contained in:
@ -4,7 +4,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)
|
||||
include(CTest)
|
||||
|
@ -41,7 +41,7 @@ update_version_in_source () {
|
||||
}
|
||||
|
||||
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"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user