Skip to content

Commit

Permalink
Publish chain-spec-builder (#4518)
Browse files Browse the repository at this point in the history
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 <bkontur@gmail.com>
  • Loading branch information
2 people authored and EgorPopelyaev committed May 30, 2024
1 parent f2a1638 commit afd8337
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions substrate/bin/utils/chain-spec-builder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "staging-chain-spec-builder"
version = "0.1.0"
version = "1.6.0"
authors.workspace = true
edition.workspace = true
build = "build.rs"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository.workspace = true
publish = false
description = "staging-chain-spec-builder (polkadot v1.12.0)"
publish = true
description = "Utility for building chain-specification files for Substrate-based runtimes based on `sp-genesis-builder`"

[lints]
workspace = true
Expand Down

0 comments on commit afd8337

Please sign in to comment.