From c2c4bf835a039fd3e5993a387ded420749230f26 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Fri, 11 Oct 2024 08:49:33 +0200 Subject: [PATCH] docs(mosq): Prepare mosquitto component for publishing --- .github/workflows/publish-docs-component.yml | 1 + README.md | 5 +++++ components/mosquitto/.cz.yaml | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs-component.yml b/.github/workflows/publish-docs-component.yml index 1cdb90d276..ea369670c9 100644 --- a/.github/workflows/publish-docs-component.yml +++ b/.github/workflows/publish-docs-component.yml @@ -100,5 +100,6 @@ jobs: components/console_cmd_wifi; components/esp_wifi_remote; components/mbedtls_cxx; + components/mosquitto; namespace: "espressif" api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }} diff --git a/README.md b/README.md index 920ca34905..a896ab7fe9 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,8 @@ Please refer to instructions in [ESP-IDF](https://github.com/espressif/esp-idf) ### mbedtls_cxx * Brief introduction [README](components/mbedtls_cxx/README.md) + +### mosquitto + +* Brief introduction [README](components/mosquitto/README.md) +* API documentation [api.md](components/mosquitto/api.md) diff --git a/components/mosquitto/.cz.yaml b/components/mosquitto/.cz.yaml index eb00948490..c5881f7e6c 100644 --- a/components/mosquitto/.cz.yaml +++ b/components/mosquitto/.cz.yaml @@ -1,6 +1,6 @@ commitizen: bump_message: 'bump(mosq): $current_version -> $new_version' - pre_bump_hooks: python ../../ci/changelog.py mosq + pre_bump_hooks: python ../../ci/changelog.py mosquitto tag_format: mosq-v$version version: 2.0.27 version_files: