Skip to content

Commit

Permalink
chore: disable publishing of unfinished blueprints (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex authored Sep 24, 2024
1 parent 4192af3 commit 22ddb61
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion blueprints/ecdsa-threshold-mpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ repository = "https://github.com/webb-tools/ecdsa-threshold-mpc"
readme = "README.md"
categories = ["cryptography", "cryptography::cryptocurrencies"]
keywords = ["tangle", "blueprint", "avs"]
rust-version = "1.79"
rust-version = "1.81"
publish = false

[dependencies]
thiserror = { workspace = true }
Expand Down
3 changes: 2 additions & 1 deletion blueprints/tangle-avs-blueprint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ repository = "https://github.com/webb-tools/tangle-avs-blueprint"
readme = "README.md"
categories = ["cryptography", "cryptography::cryptocurrencies", "tangle-blueprint"]
keywords = ["tangle", "blueprint", "avs"]
rust-version = "1.79"
rust-version = "1.81"
publish = false

[dependencies]
tracing.workspace = true
Expand Down
1 change: 1 addition & 0 deletions macros/blueprint-proc-macro-playground/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
publish = false

[[package.metadata.gadget.Native.sources]]
owner = "webb-tools"
Expand Down
4 changes: 4 additions & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[workspace]
allow_dirty = true # allow updating repositories with uncommitted changes
publish_allow_dirty = true # add `--allow-dirty` to `cargo publish`
publish_timeout = "10m" # set a timeout for `cargo publish`

0 comments on commit 22ddb61

Please sign in to comment.