This document is intended to help Goa maintainers release new versions of Goa.
- Update
MAJOR
,MINOR
andBUILD
as needed inMakefile
. - Run
make release
- Update
MAJOR
,MINOR
andBUILD
as needed inMakefile
. - Update
pkg/version.go
andREADME.md
to reflect the new version. - Commit and push to v3.
- Create and push release git tag.
- Update
go.mod
in the examples repomaster
branch. - Run
make
in the examples repo. - Push the examples repo
master
branch. - Create and push release git tag.
- Update
go.mod
in the plugins repov3
branch. - Run
make
in the plugins repo. - Create and push release git tag.