--- name: Release tracker about: Create an issue to track release progress --- ## QA - [ ] Tutorial tests verification - [ ] Test `serve` on suite of chains ### Backwards compatibility ### Other testing ## Migration ## Checklist - [ ] Update Ignite CLI version (see [#3793](https://github.com/ignite/cli/pull/3793) for example): - [ ] Rename module version in go.mod to `/vXX` (where `XX` is the new version number). - [ ] Update plugins go plush, protos and re-generate them - [ ] Update documentation links (docs/docs) - [ ] Update GitHub actions, goreleaser and other CI/CD scripts ## Post-release checklist - [ ] Update [`changelog.md`](https://github.com/ignite/cli/blob/main/changelog.md) - [ ] Update [`readme.md](https://github.com/ignite/cli/blob/main/readme.md): - [ ] Version matrix. - [ ] Update docs site: - [ ] Add new release tag to [`docs/versioned_docs`](https://github.com/ignite/cli/tree/main/docs/versioned_docs). - [ ] After changes to docs site are deployed, check [docs.ignite.com/](https://docs.ignite.com/) is updated. ____