Skip to content

Commit dfcfa4a

Browse files
kianenigmabkontur
andauthored
Publish chain-spec-builder (#4518)
marking it as release-able, attaching the same version number that is attached to other binaries such as `polkadot` and `polkadot-parachain`. I have more thoughts about the version number, though. The chain-spec builder is mainly a user of the `sp-genesis-builder` api. So the versioning should be such that it helps users know give a version of `sp-genesis-builder` in their runtime, which version of `chain-spec-builder` should they use? With this, we can possibly alter the version number to always match `sp-genesis-builder`. Fixes #4352 - [x] Add to release artifacts ~~similar to #4405 done here: #4557 --------- Co-authored-by: Branislav Kontur <[email protected]>
1 parent 89604da commit dfcfa4a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

substrate/bin/utils/chain-spec-builder/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[package]
22
name = "staging-chain-spec-builder"
3-
version = "3.0.0"
3+
version = "1.6.0"
44
authors.workspace = true
55
edition.workspace = true
66
build = "build.rs"
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
88
homepage = "https://substrate.io"
99
repository.workspace = true
10-
publish = false
10+
publish = true
11+
description = "Utility for building chain-specification files for Substrate-based runtimes based on `sp-genesis-builder`"
1112

1213
[lints]
1314
workspace = true

0 commit comments

Comments
 (0)