We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa98efc commit f790462Copy full SHA for f790462
release-plz.toml
@@ -3,10 +3,3 @@ allow_dirty = true # allow updating repositories with uncommitted changes
3
pr_branch_prefix = "release-plz-" # PR branch prefix
4
pr_labels = ["release"] # add the `release` label to the release Pull Request
5
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