ci(libsrtp): Add libsrtp into components to publish

Also resets component's metadata to trigger bump commit
This commit is contained in:
David Cermak
2026-06-22 10:56:08 +02:00
parent ff81166cc7
commit ee4fc8e912
5 changed files with 9 additions and 4 deletions
@@ -107,5 +107,6 @@ jobs:
components/libwebsockets;
components/esp_dns;
components/net_connect;
components/libsrtp;
namespace: "espressif"
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
+2 -2
View File
@@ -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]
+4
View File
@@ -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)
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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