Skip to content

Commit f790462

Browse files
authored
chore: remove excluded workspace crate (#130)
1 parent fa98efc commit f790462

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

release-plz.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@ allow_dirty = true # allow updating repositories with uncommitted changes
33
pr_branch_prefix = "release-plz-" # PR branch prefix
44
pr_labels = ["release"] # add the `release` label to the release Pull Request
55
publish_allow_dirty = true # add `--allow-dirty` to `cargo publish`
6-
7-
[[package]] # the double square brackets define a TOML table array
8-
name = "jingle_python"
9-
release = false
10-
publish = false # disable `cargo publish` for `package_a`
11-
git_release_enable = false
12-
git_tag_enable = false

0 commit comments

Comments
 (0)