Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.09 KB

File metadata and controls

19 lines (11 loc) · 1.09 KB

Version release

To release a new Devnet version, follow these steps:

  1. Increment the semver in Cargo.toml of those Devnet crates that have changed. Use scripts/check_crate_changes.sh for this.

  2. Add a documentation entry for the incoming version (without the v- prefix) by running:

    $ npm --prefix website run docusaurus docs:version <VERSION>
    
    • Feel free to delete documentation entries of old release candidates. E.g. if releasing 0.5.0, delete all files containing in them or in their names references to 0.5.0-rc.2. Or if releasing 0.5.0-rc.2, delete the entry of 0.5.0-rc.1.
  3. Create a PR styled after this one.

  4. Adapt starknet-devnet-js to the newly released Devnet. Check out one of the old adaptation PRs for reference.

  5. Update starknet-foundry to use the latest Devnet, if possible. Use this PR for reference.