rollmint
rollmint copied to clipboard
[EPIC] Kurtosis in CI for release
Each tutorial should have an end state repo with CI. If the tutorial itself doesn't have the steps to generate the end state, the repo README should have them.
Each end state repo should follow the standard repo setup:
- branch protection
- require CI
- testing
- linting
- pushes, pr, tags
- project automation
- review assignment
- dependabot --> rollkit
Goal is that on rollkit repo releases, the release would propagate out to these tutorial repos. PRs would be opened up by dependabot, and the CI would run. Then on merge and passing CI, the docs would be updated.
### Tasks
- [ ] GM Tutorial Repo CI
- [ ] https://github.com/rollkit/rollkit/issues/1776
- [ ] CosmWasm Tutorial Repo CI