diff --git a/Cargo.toml b/Cargo.toml index 44d3fb2..ef642b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ authors = ["Jeff Dickey @jdx"] license = "MIT" [workspace.dependencies] -usage-cli = { path = "cli" } -usage-lib = { path = "lib" } +usage-cli = { path = "./cli" } +usage-lib = { path = "./lib" } [workspace.metadata.release] allow-branch = ["main"] diff --git a/release-plz.toml b/release-plz.toml index 932cefb..6f3b736 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -4,6 +4,7 @@ dependencies_update = true git_release_enable = false git_tag_enable = false pr_labels = ["release"] +semver_check = false # TODO: disable after 1.0.0 [[package]] name = "usage-cli"