Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.32 KB

RELEASE.md

File metadata and controls

40 lines (24 loc) · 1.32 KB

Release

Steps

Releasing a new Rollkit version

Two ways

CI and Release Actions Workflows

CI and Release

Manual

Manual

Manual

Update Rollkit/Cosmos-SDK

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

Steps