Skip to content

Commit

Permalink
Dont publish example pallets (paritytech#4861)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez authored Jun 24, 2024
1 parent 686aa23 commit 7df94a4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions substrate/frame/examples/basic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ homepage = "https://substrate.io"
repository.workspace = true
description = "FRAME example pallet"
readme = "README.md"
publish = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions substrate/frame/examples/default-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ homepage = "https://substrate.io"
repository.workspace = true
description = "FRAME example pallet demonstrating derive_impl / default_config in action"
readme = "README.md"
publish = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions substrate/frame/examples/offchain-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ homepage = "https://substrate.io"
repository.workspace = true
description = "FRAME example pallet for offchain worker"
readme = "README.md"
publish = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions substrate/frame/examples/split/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ homepage = "https://substrate.io"
repository.workspace = true
description = "FRAME example split pallet"
readme = "README.md"
publish = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions substrate/frame/examples/tasks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Pallet to demonstrate the usage of Tasks to recognize and execute service work"
publish = false

[lints]
workspace = true
Expand Down

0 comments on commit 7df94a4

Please sign in to comment.