Skip to content

Commit

Permalink
chore: fix release issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Dec 12, 2024
1 parent bd773e1 commit 1ce8998
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ changelog_path = "crates/test_utils_solana/changelog.md"
name = "test_utils_anchor"
changelog_path = "crates/test_utils_anchor/changelog.md"
publish = false
release = false
git_release_enable = false
git_tag_enable = false

[[package]]
name = "wallet_standard"
Expand All @@ -53,6 +56,9 @@ changelog_path = "crates/wallet_standard_wallets/changelog.md"
name = "wasm_client_anchor"
changelog_path = "crates/wasm_client_anchor/changelog.md"
publish = false
release = false
git_release_enable = false
git_tag_enable = false

[[package]]
name = "wasm_client_solana"
Expand Down

0 comments on commit 1ce8998

Please sign in to comment.