-
Notifications
You must be signed in to change notification settings - Fork 219
Expand file tree
/
Copy pathknope.toml
More file actions
85 lines (71 loc) · 2.15 KB
/
Copy pathknope.toml
File metadata and controls
85 lines (71 loc) · 2.15 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
[github]
owner = "livekit"
repo = "rust-sdks"
[changes]
ignore_conventional_commits = true
[bot.checks]
skip_labels = ["internal", "no changelog additions"]
[bot.releases]
enabled = true
# --- Package configuration ---
[packages.soxr-sys]
versioned_files = ["soxr-sys/Cargo.toml"]
changelog = "soxr-sys/CHANGELOG.md"
scopes = ["soxr-sys", "soxr"]
[packages.yuv-sys]
versioned_files = ["yuv-sys/Cargo.toml"]
changelog = "yuv-sys/CHANGELOG.md"
scopes = ["yuv-sys", "yuv"]
[packages.imgproc]
versioned_files = ["imgproc/Cargo.toml"]
changelog = "imgproc/CHANGELOG.md"
scopes = ["imgproc"]
[packages.webrtc-sys-build]
versioned_files = ["webrtc-sys/build/Cargo.toml"]
changelog = "webrtc-sys/build/CHANGELOG.md"
scopes = ["webrtc-sys-build"]
[packages.webrtc-sys]
versioned_files = ["webrtc-sys/Cargo.toml"]
changelog = "webrtc-sys/CHANGELOG.md"
scopes = ["webrtc-sys"]
[packages.livekit-protocol]
versioned_files = ["livekit-protocol/Cargo.toml"]
changelog = "livekit-protocol/CHANGELOG.md"
scopes = ["livekit-protocol", "protocol"]
[packages.livekit-api]
versioned_files = ["livekit-api/Cargo.toml"]
changelog = "livekit-api/CHANGELOG.md"
scopes = ["livekit-api"]
[packages.libwebrtc]
versioned_files = ["libwebrtc/Cargo.toml"]
changelog = "libwebrtc/CHANGELOG.md"
scopes = ["libwebrtc"]
[packages.livekit]
versioned_files = ["livekit/Cargo.toml"]
changelog = "livekit/CHANGELOG.md"
scopes = ["livekit"]
[packages.livekit-ffi]
versioned_files = [
"livekit-ffi/Cargo.toml",
"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",
# Aggregated from deps (mirrors release-plz changelog_include):
"livekit",
"soxr-sys",
"soxr",
"imgproc",
"livekit-protocol",
"protocol",
"webrtc-sys-build",
]