Skip to content

Commit

Permalink
chore: disable processing new autonomi crate
Browse files Browse the repository at this point in the history
This is a temporary measure so that versions can be bumped.

To correctly publish the new crate, it will be necessary to first bump the versions of other crates.
The branch with the API included changes to other crates and those were not published in the latest
release.
  • Loading branch information
jacderida committed Sep 10, 2024
1 parent abf5cd8 commit 0b59297
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ changelog_update = false
git_release_enable = false
semver_check = false

[[package]]
name = "autonomi"
publish = false
release = false

[[package]]
name = "test_utils"
release = false

0 comments on commit 0b59297

Please sign in to comment.