We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3f646 commit e78793dCopy full SHA for e78793d
release-plz.toml
@@ -0,0 +1,19 @@
1
+[workspace]
2
+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
+publish = false # disable `cargo publish` for `package_a`
10
+git_release_enable = false
11
12
+[[package]]
13
+name = "jingle"
14
+version_group = "jingle"
15
16
17
+name = "jingle_sleigh"
18
19
0 commit comments