Skip to content

Commit c2c4bf8

Browse files
committed
docs(mosq): Prepare mosquitto component for publishing
1 parent 1af4bbe commit c2c4bf8

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/publish-docs-component.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,6 @@ jobs:
100100
components/console_cmd_wifi;
101101
components/esp_wifi_remote;
102102
components/mbedtls_cxx;
103+
components/mosquitto;
103104
namespace: "espressif"
104105
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ Please refer to instructions in [ESP-IDF](https://github.com/espressif/esp-idf)
6161
### mbedtls_cxx
6262

6363
* 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)

components/mosquitto/.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
commitizen:
22
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
44
tag_format: mosq-v$version
55
version: 2.0.27
66
version_files:

0 commit comments

Comments
 (0)