Skip to content

Commit

Permalink
docs(mosq): Prepare mosquitto component for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cermak committed Oct 11, 2024
1 parent 1af4bbe commit c2c4bf8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-docs-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/mosquitto/.cz.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c2c4bf8

Please sign in to comment.