- Update config version in config/defaults.go
- Release new Rollkit version
- Update Rollkit/Cosmos-SDK with the newly released Rollkit version
- Release new Rollkit/Cosmos-SDK version
- 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
Make a new release of the Rollkit/Cosmos-SDK by drafting new release