Skip to content

Commit

Permalink
ci: release-plz
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 16, 2024
1 parent 4faa619 commit f6e2692
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
1 change: 1 addition & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f6e2692

Please sign in to comment.