diff --git a/.github/workflows/publish-docs-component.yml b/.github/workflows/publish-docs-component.yml index 14a2c8143..83108e481 100644 --- a/.github/workflows/publish-docs-component.yml +++ b/.github/workflows/publish-docs-component.yml @@ -107,5 +107,6 @@ jobs: components/libwebsockets; components/esp_dns; components/net_connect; + components/libsrtp; namespace: "espressif" api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c3a0c26fc..7e6d27b5d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -57,8 +57,8 @@ repos: - repo: local hooks: - id: commit message scopes - name: "commit message must be scoped with: mdns, dns, modem, websocket, asio, mqtt_cxx, console, common, eppp, tls_cxx, mosq, sockutls, lws, modem_sim, net_connect" - entry: '\A(?!(feat|fix|ci|bump|test|docs|chore)\((mdns|dns|modem|common|console|websocket|asio|mqtt_cxx|examples|eppp|tls_cxx|mosq|sockutls|lws|modem_sim|net_connect)\)\:)' + name: "commit message must be scoped with: mdns, dns, modem, websocket, asio, mqtt_cxx, console, common, eppp, tls_cxx, mosq, sockutls, lws, modem_sim, net_connect, libsrtp" + entry: '\A(?!(feat|fix|ci|bump|test|docs|chore)\((mdns|dns|modem|common|console|websocket|asio|mqtt_cxx|examples|eppp|tls_cxx|mosq|sockutls|lws|modem_sim|net_connect|libsrtp)\)\:)' language: pygrep args: [--multiline] stages: [commit-msg] diff --git a/README.md b/README.md index 278924278..6e3180616 100644 --- a/README.md +++ b/README.md @@ -78,3 +78,7 @@ Please refer to instructions in [ESP-IDF](https://github.com/espressif/esp-idf) ### esp_dns * Brief introduction [README](components/esp_dns/README.md) + +### libsrtp + +* Brief introduction [README](components/libsrtp/README.md) diff --git a/components/libsrtp/.cz.yaml b/components/libsrtp/.cz.yaml index af01be63f..d904448a9 100644 --- a/components/libsrtp/.cz.yaml +++ b/components/libsrtp/.cz.yaml @@ -3,6 +3,6 @@ commitizen: bump_message: 'bump(libsrtp): $current_version -> $new_version' pre_bump_hooks: python ../../ci/changelog.py libsrtp tag_format: libsrtp-v$version - version: 2.8.0 + version: 0.0.0 version_files: - idf_component.yml diff --git a/components/libsrtp/idf_component.yml b/components/libsrtp/idf_component.yml index 9d23f9cbc..c9ec8fecd 100644 --- a/components/libsrtp/idf_component.yml +++ b/components/libsrtp/idf_component.yml @@ -1,4 +1,4 @@ -version: "2.8.0" +version: "0.0.0" description: "libsrtp (Cisco) wrapper for ESP-IDF — mbedTLS crypto backend with AES-GCM + AES-CM + HMAC-SHA1. SRTP/SRTCP packet protection for WebRTC and other RTP-based protocols." url: https://github.com/espressif/esp-protocols/tree/master/components/libsrtp repository: https://github.com/espressif/esp-protocols.git