Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.21 KB

RELEASE.md

File metadata and controls

39 lines (23 loc) · 1.21 KB

Release

Steps

  • Release new Rollkit version
  • Update Rollkit/Cosmos-SDK with the newly released Rollkit version
  • Release new Rollkit/Cosmos-SDK version

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