Skip to content

Commit

Permalink
chore(release): do not publish test-utils crate
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin authored and joshuef committed Mar 14, 2024
1 parent 4f93614 commit 4cc82d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,20 @@ changelog_update = true
git_release_enable = false
publish = true


[[package]]
name = "sn_metrics"
changelog_update = true
git_release_enable = false
publish = false


[[package]]
name = "token_supplies"
changelog_update = true
git_release_enable = false
publish = true

[[package]]
name = "test_utils"
changelog_update = true
git_release_enable = false
publish = false
2 changes: 1 addition & 1 deletion sn_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ assert_matches = "1.5.0"
reqwest = { version="0.11.18", default-features=false, features = ["rustls"] }
serde_json = "1.0"
tempfile = "3.6.0"
test_utils = { version = "0.1.0", path = "../test_utils"}
test_utils = { path = "../test_utils", version = "0.1.0" }

[lints]
workspace = true
2 changes: 1 addition & 1 deletion sn_node_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ assert_cmd = "2.0.12"
assert_fs = "1.0.13"
assert_matches = "1.5.0"
async-trait = "0.1"
test_utils = { version = "0.1.0", path = "../test_utils"}
test_utils = { path = "../test_utils", version = "0.1.0" }
mockall = "0.11.3"
reqwest = { version = "0.11", default-features = false, features = [
"json",
Expand Down

0 comments on commit 4cc82d0

Please sign in to comment.