Skip to content

Commit 3c272d7

Browse files
authored
add livekit-ffi to release-plz management (#667)
* add livekit-ffi * needs --no-verify for ffs
1 parent 48ef188 commit 3c272d7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

release-plz.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,24 @@ name = "yuv-sys"
5656
changelog_path = "yuv-sys/CHANGELOG.md"
5757
publish = true
5858
release = true
59+
60+
[[package]]
61+
name = "soxr-sys"
62+
changelog_path = "soxr-sys/CHANGELOG.md"
63+
publish = true
64+
release = true
65+
66+
[[package]]
67+
name = "livekit-ffi"
68+
changelog_path = "livekit-ffi/CHANGELOG.md"
69+
publish = true
70+
publish_no_verify = true
71+
release = true
72+
git_release_enable = false # existing CI manages GitHub release
73+
changelog_include = [
74+
"livekit",
75+
"soxr-sys",
76+
"imgproc",
77+
"livekit-protocol",
78+
"webrtc-sys-build",
79+
]

0 commit comments

Comments
 (0)