Skip to content

Commit

Permalink
update release process to include steel/CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nategraf authored and Wollac committed Oct 7, 2024
1 parent bdd60e0 commit cbb0819
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* Bump the version of all crates in the workspace to `x.y.z`. Workspace crate versions are specified in `./Cargo.toml`.
* Update the version string in contracts that contain it:
* `contracts/src/groth16/RiscZeroGroth16Verifier.sol`
* Update `steel/CHANGELOG.md` to ensure it details the changes to be released.
* Remove the note at the top of `README.md` about being on the `main` branch.
* Update `risc0` crate dependencies. In all workspaces:
> You can find the workspaces with `grep -R '\[workspace\]' --include Cargo.toml -l .`
Expand All @@ -25,6 +26,7 @@
* Bump the version on the `main` branch to the next, unreleased, minor version `x.y+1.0-alpha.1`.
* Update the version string in contracts that contain it:
* `contracts/src/groth16/RiscZeroGroth16Verifier.sol`
* Update `steel/CHANGELOG.md` to start a new section for the next release.

3. Tag the release as `vX.Y.Z`, and add release on GitHub.

Expand Down

0 comments on commit cbb0819

Please sign in to comment.