Skip to content

Commit e78793d

Browse files
committed
Add release-plz.toml
1 parent 9a3f646 commit e78793d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

release-plz.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
[[package]]
17+
name = "jingle_sleigh"
18+
version_group = "jingle"
19+

0 commit comments

Comments
 (0)