flutter icon indicating copy to clipboard operation
flutter copied to clipboard

Write docs on template release process

Open andrzejchm opened this issue 2 years ago • 5 comments

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 thego.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 :)

andrzejchm avatar Mar 17 '22 06:03 andrzejchm

Will do

Zfinix avatar Mar 26 '22 09:03 Zfinix

Just to clarify would this be a new section in the README page?

Zfinix avatar Mar 30 '22 13:03 Zfinix

I think better place would be notion page

andrzejchm avatar Mar 31 '22 06:03 andrzejchm

Awesome On Thu, 31 Mar 2022 at 7:14 AM, Andrzej Chmielewski < @.***> wrote:

I think better place would be notion page https://www.notion.so/allinbits/Release-Steps-Starport-Template-f7c4e02d89ad4429a5990b559ae188d7

— Reply to this email directly, view it on GitHub https://github.com/tendermint/flutter/issues/236#issuecomment-1084138894, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGE3JSJUUWMMQXOM5QFON4DVCU7DXANCNFSM5Q6AAEOQ . You are receiving this because you were assigned.Message ID: @.***>

-- Chiziaruhoma O.

Zfinix avatar Mar 31 '22 06:03 Zfinix

This has been added i guess

Zfinix avatar Apr 13 '22 03:04 Zfinix