Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.33 KB

RELEASE.md

File metadata and controls

38 lines (23 loc) · 1.33 KB

Release

Release Steps

Releasing a new Rollkit version

Two ways

CI and Release Actions Workflows

CI and Release

Manual

Manual

Manual

Update Rollkit/Cosmos-SDK

Update Steps

  • Navigate to the branch that you want to update. e.g., release/v0.47.x or release/v0.47.x
  • Modify go.mod with the newly released rollkit version. e.g., github.com/rollkit/rollkit v0.10.4
  • Run go mod tidy for updating the dependencies for the newly added rollkit version
  • Make a pull request/commit the changes

Release new Rollkit/Cosmos-SDK version

Make a new release of the Rollkit/Cosmos-SDK by drafting new release