mirror of
https://github.com/espressif/esp-protocols.git
synced 2026-07-05 16:10:46 +02:00
ci(libsrtp): Add libsrtp into components to publish
Also resets component's metadata to trigger bump commit
This commit is contained in:
@@ -107,5 +107,6 @@ jobs:
|
||||
components/libwebsockets;
|
||||
components/esp_dns;
|
||||
components/net_connect;
|
||||
components/libsrtp;
|
||||
namespace: "espressif"
|
||||
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user