File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -100,5 +100,6 @@ jobs:
100
100
components/console_cmd_wifi;
101
101
components/esp_wifi_remote;
102
102
components/mbedtls_cxx;
103
+ components/mosquitto;
103
104
namespace : " espressif"
104
105
api_token : ${{ secrets.IDF_COMPONENT_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -61,3 +61,8 @@ Please refer to instructions in [ESP-IDF](https://github.com/espressif/esp-idf)
61
61
### mbedtls_cxx
62
62
63
63
* Brief introduction [ README] ( components/mbedtls_cxx/README.md )
64
+
65
+ ### mosquitto
66
+
67
+ * Brief introduction [ README] ( components/mosquitto/README.md )
68
+ * API documentation [ api.md] ( components/mosquitto/api.md )
Original file line number Diff line number Diff line change 1
1
commitizen :
2
2
bump_message : ' bump(mosq): $current_version -> $new_version'
3
- pre_bump_hooks : python ../../ci/changelog.py mosq
3
+ pre_bump_hooks : python ../../ci/changelog.py mosquitto
4
4
tag_format : mosq-v$version
5
5
version : 2.0.27
6
6
version_files :
You can’t perform that action at this time.
0 commit comments