publish release script is broken
Open
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.
- It needs to be updated to support workspace dependencies
- It needs to be updated for the new crates added such as
core,light-clientandsigner - Because
corehas 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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