forked from livekit/rust-sdks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-plz.toml
More file actions
79 lines (68 loc) · 1.45 KB
/
Copy pathrelease-plz.toml
File metadata and controls
79 lines (68 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[workspace]
publish = false
release = false
git_tag_name = "rust-sdks/{{ package }}@{{ version }}"
[[package]]
name = "imgproc"
changelog_path = "imgproc/CHANGELOG.md"
publish = true
release = true
[[package]]
name = "libwebrtc"
changelog_path = "libwebrtc/CHANGELOG.md"
publish = true
release = true
[[package]]
name = "livekit-api"
changelog_path = "livekit-api/CHANGELOG.md"
publish = true
release = true
[[package]]
name = "livekit-protocol"
changelog_path = "livekit-protocol/CHANGELOG.md"
publish = true
release = true
# [[package]]
# name = "livekit-runtime"
# changelog_path = "livekit-runtime/CHANGELOG.md"
# publish = true
# release = true
[[package]]
name = "livekit"
changelog_path = "livekit/CHANGELOG.md"
publish = true
release = true
[[package]]
name = "webrtc-sys"
changelog_path = "webrtc-sys/CHANGELOG.md"
publish = true
release = true
[[package]]
name = "webrtc-sys-build"
changelog_path = "webrtc-sys/build/CHANGELOG.md"
publish = true
release = true
[[package]]
name = "yuv-sys"
changelog_path = "yuv-sys/CHANGELOG.md"
publish = true
release = true
[[package]]
name = "soxr-sys"
changelog_path = "soxr-sys/CHANGELOG.md"
publish = true
release = true
[[package]]
name = "livekit-ffi"
changelog_path = "livekit-ffi/CHANGELOG.md"
publish = true
publish_no_verify = true
release = true
git_release_enable = false # existing CI manages GitHub release
changelog_include = [
"livekit",
"soxr-sys",
"imgproc",
"livekit-protocol",
"webrtc-sys-build",
]