paritytech / paritytech/subxt

publish release script is broken

Open
#1,618 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
489
Forks
293
Avg merge
18h 35m
Merged PRs (30d)
3

Description

The publish release script: https://github.com/paritytech/subxt/blob/master/scripts/publish.sh is both broken and outdated.

  1. It needs to be updated to support workspace dependencies
  2. It needs to be updated for the new crates added such as core, light-client and signer
  3. Because core has the signer as a dev-dependency it needs to be removed otherwise it can't be released.

Alternatively, just remove it

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with scripts/publish.sh and inspect the workspace dependency and crate configuration for core, light-client, and signer. Confirm how the release process handles workspace dependencies and the core dev-dependency on signer; done means the release script is updated for the listed crates or removed as the issue permits.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust, shell
Domain
build-system, release
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.