This document is intended to help Goa maintainers release new versions of Goa.
- Update
MAJOR,MINORandBUILDas needed inMakefile. - Run
make release
- Update
MAJOR,MINORandBUILDas needed inMakefile. - Update
pkg/version.goandREADME.mdto reflect the new version. - Commit and push to v3.
- Create and push release git tag.
- Update
go.modin the examples repomasterbranch. - Run
makein the examples repo. - Push the examples repo
masterbranch. - Create and push release git tag.
- Update
go.modin the plugins repov3branch. - Run
makein the plugins repo. - Create and push release git tag.