Skip to content

Commit

Permalink
misc: update release-plz configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Griffon <anthony@griffon.one>
  • Loading branch information
Miaxos committed Dec 6, 2023
1 parent efc134c commit 5f2f3a8
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[workspace]
allow_dirty = false
changelog_update = true
dependencies_update = true
git_release_enable = false
pr_labels = ["release"]
publish_allow_dirty = false
semver_check = true
publish_timeout = "10m"

[[package]]
name = "swarmd"
changelog_include = ["swarmd_local_runtime", "swarmd_generated", "swarmd_slug-rs", "swarmd_instruments"]
changelog_path = "cli/CHANGELOG.md"
changelog_update = true
git_release_enable = false
publish = true

[[package]]
name = "swarmd_local_runtime"
changelog_update = true
git_release_enable = false
publish = true

[[package]]
name = "swarmd_generated"
changelog_update = true
git_release_enable = false
publish = true

[[package]]
name = "swarmd_slug-rs"
changelog_update = true
git_release_enable = false
publish = true

[[package]]
name = "swarmd_instruments"
changelog_update = true
git_release_enable = false
publish = true

0 comments on commit 5f2f3a8

Please sign in to comment.