Skip to content

Commit c16776c

Browse files
committed
chore(release): fix release pipeline and added missing config to knope
1 parent c709bec commit c16776c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
config: patch
3+
---
4+
5+
# Bump config crate to fix dependency issues after switching to knope

knope.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ versioned_files = ["lib/executor/Cargo.toml", { path = "bin/router/Cargo.toml",
1616
scopes = ["hive-router-plan-executor", "executor"]
1717
changelog = "lib/executor/CHANGELOG.md"
1818

19+
[packages.config]
20+
versioned_files = ["lib/router-config/Cargo.toml", { path = "lib/executor/Cargo.toml", dependency = "hive-router-config" }, { path = "bin/router/Cargo.toml", dependency = "hive-router-config" }, "Cargo.lock"]
21+
scopes = ["config"]
22+
changelog = "lib/router-config/CHANGELOG.md"
23+
1924
[packages.router]
2025
versioned_files = ["bin/router/Cargo.toml", "Cargo.lock"]
2126
scopes = ["hive-router", "router", "config", "qp", "executor"]

0 commit comments

Comments
 (0)