Update idf_component.yml

This commit is contained in:
Benoit Blanchon
2023-02-08 16:46:15 +01:00
parent b33966c755
commit ae0499fd57
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ update_version_in_source () {
}
commit_new_version () {
git add src/ArduinoJson/version.hpp README.md CHANGELOG.md library.json library.properties appveyor.yml CMakeLists.txt
git add src/ArduinoJson/version.hpp README.md CHANGELOG.md library.json library.properties appveyor.yml CMakeLists.txt idf_component.yml
git commit -m "Set version to $VERSION"
}