Open tomek0123456789 opened 4 months ago
I am applying to this issue via OnlyDust platform.
Hello I'm a front-end and a blockchain developer and will love to work on this issue please assign
I am applying to this issue via OnlyDust platform.
Hello @tomek0123456789, I would love to do this
First, create a list of documentation files to update
DOC_FILES=(
"./docs/src/getting-started/first-steps.md"
"./docs/src/starknet/script.md"
"./docs/src/appendix/scarb-toml.md"
"./docs/src/appendix/cheatcodes.md"
"./docs/src/appendix/snforge-library.md"
"./docs/src/testing/contracts.md"
"./docs/src/testing/using-cheatcodes.md"
)
Then, Add a function to update version in documentation files,
Then, Add a loop to process all documentation files,
Finally, Add a verification step to confirm the versions were bumped.
I am applying to this issue via OnlyDust platform.
I am a web3 developer @franciszekjob Can I be assigned to work on this?
To update the release.sh
script for version bumps in documentation:
./scripts/release.sh
to search for version placeholders in specified documentation files.I am applying to this issue via OnlyDust platform.
hello @ i'm an experienced frontend developer and a blockchain developer i would love to work on this issue Pleasee kindly assign :)
i would make sure ito read and understand the issue well and then implement it
I am applying to this issue via OnlyDust platform.
Hello, can I be assigned to work on this issue?
I'm a software developer with over 6 years experience
ETA: One day
I am applying to this issue via OnlyDust platform.
Hello, can I be assigned to work on this issue?
I'm a software developer with over 4 years experience
Here's my OnlyDust profile https://app.onlydust.com/u/raizo07
ETA: One day
Hi @raizo07 , hope everything's going well. Just wanted to touch base and ask if you have any updates on this? thanks
@THenry14 Working on it already, will make a pr soon.
Which component is your feature related to?
Other (Please describe below)
Feature Request
There is a script (
./scripts/release.sh
) that is supposed to prepare the code in repo for the starknet-foundry release. It does a few things, amongst which are version bumps in Scarb.toml-s in crates and snforge/sncast stds.It would be nice if the script could bump the versions in docs as well.
Proposed steps:
modify the script to search for a version to change in specified places
./docs/src/getting-started/first-steps.md
./docs/src/starknet/script.md
./docs/src/appendix/scarb-toml.md
.docs/src/appendix/cheatcodes.md
./docs/src/appendix/snforge-library.md
./docs/src/testing/contracts.md
./docs/src/testing/using-cheatcodes.md
change the versions to a new version
verify that the change works
Definition of done: