Let's write some quick notes on how to perform a release of the template that will be embedded with the next version of starport. 1. bump version of the project inside `starport_template/pubspec.yaml` 2. add changelog for the new version mentioning all changes, especially those breaking ones 3. create release on github https://github.com/tendermint/flutter/releases, in the description mention the changelog file 4. update starport source code with a newer version of the flutter repo inside the`go.mod` file. 5. run `go mod tidy` to clear older versions from the go.sum file 6. issue a pr to starport, similar to this one: https://github.com/tendermint/starport/pull/2025 7. enjoy :)
Let's write some quick notes on how to perform a release of the template that will be embedded with the next version of starport.
starport_template/pubspec.yamlgo.modfile.go mod tidyto clear older versions from the go.sum file