forked from livekit/rust-sdks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknope.toml
More file actions
128 lines (112 loc) · 3.07 KB
/
knope.toml
File metadata and controls
128 lines (112 loc) · 3.07 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[github]
owner = "livekit"
repo = "rust-sdks"
[changes]
ignore_conventional_commits = true
[bot.checks]
enabled = false
[bot.releases]
enabled = true
# --- Package configuration ---
[packages.soxr-sys]
versioned_files = [
"soxr-sys/Cargo.toml",
"Cargo.lock",
{ path = "Cargo.toml", dependency = "soxr-sys" },
]
changelog = "soxr-sys/CHANGELOG.md"
scopes = ["soxr-sys", "soxr"]
[packages.yuv-sys]
versioned_files = [
"yuv-sys/Cargo.toml",
"Cargo.lock",
{ path = "Cargo.toml", dependency = "yuv-sys" },
]
changelog = "yuv-sys/CHANGELOG.md"
scopes = ["yuv-sys", "yuv"]
[packages.imgproc]
versioned_files = [
"imgproc/Cargo.toml",
"Cargo.lock",
{ path = "Cargo.toml", dependency = "imgproc" },
]
changelog = "imgproc/CHANGELOG.md"
scopes = ["imgproc"]
[packages.webrtc-sys-build]
versioned_files = [
"webrtc-sys/build/Cargo.toml",
"Cargo.lock",
{ path = "Cargo.toml", dependency = "webrtc-sys-build" },
]
changelog = "webrtc-sys/build/CHANGELOG.md"
scopes = ["webrtc-sys-build"]
[packages.webrtc-sys]
versioned_files = [
"webrtc-sys/Cargo.toml",
"Cargo.lock",
{ path = "Cargo.toml", dependency = "webrtc-sys" },
]
changelog = "webrtc-sys/CHANGELOG.md"
scopes = ["webrtc-sys"]
[packages.livekit-protocol]
versioned_files = [
"livekit-protocol/Cargo.toml",
"Cargo.lock",
{ path = "Cargo.toml", dependency = "livekit-protocol" },
]
changelog = "livekit-protocol/CHANGELOG.md"
scopes = ["livekit-protocol", "protocol"]
[packages.livekit-api]
versioned_files = [
"livekit-api/Cargo.toml",
"Cargo.lock",
{ path = "Cargo.toml", dependency = "livekit-api" },
]
changelog = "livekit-api/CHANGELOG.md"
scopes = ["livekit-api"]
[packages.libwebrtc]
versioned_files = [
"libwebrtc/Cargo.toml",
"Cargo.lock",
{ path = "Cargo.toml", dependency = "libwebrtc" },
]
changelog = "libwebrtc/CHANGELOG.md"
scopes = ["libwebrtc"]
[packages.livekit]
versioned_files = [
"livekit/Cargo.toml",
"Cargo.lock",
{ path = "Cargo.toml", dependency = "livekit" },
]
changelog = "livekit/CHANGELOG.md"
scopes = ["livekit"]
[packages.livekit-ffi]
versioned_files = [
"livekit-ffi/Cargo.toml",
"Cargo.lock",
{ path = "Cargo.toml", dependency = "livekit-ffi" },
"livekit-ffi-node-bindings/package.json",
"livekit-ffi-node-bindings/npm/darwin-arm64/package.json",
"livekit-ffi-node-bindings/npm/darwin-x64/package.json",
"livekit-ffi-node-bindings/npm/linux-arm64-gnu/package.json",
"livekit-ffi-node-bindings/npm/linux-x64-gnu/package.json",
"livekit-ffi-node-bindings/npm/win32-x64-msvc/package.json",
]
changelog = "livekit-ffi/CHANGELOG.md"
# Assets makes knope create a draft release; CI uploads the actual binaries and publishes.
assets = "marker"
scopes = ["ffi", "livekit-ffi"]
[packages.livekit-wakeword]
versioned_files = [
"livekit-wakeword/Cargo.toml",
"Cargo.lock",
{ path = "Cargo.toml", dependency = "livekit-wakeword" },
]
changelog = "livekit-wakeword/CHANGELOG.md"
[packages.livekit-datatrack]
versioned_files = [
"livekit-datatrack/Cargo.toml",
"Cargo.lock",
{ path = "Cargo.toml", dependency = "livekit-datatrack" },
]
changelog = "livekit-datatrack/CHANGELOG.md"