- Generate clean go.mod:
make generate_gomod
- Push to master
- Update missing documentation
- Check snippets in documentation (sometimes
first_line_contains
orlast_line_contains
can change position and load too much) - Add breaking changes to
UPGRADE-[new-version].md
- Push to master
- Add release in GitHub
- Update Pub/Subs versions
- Update and validate examples:
make validate_examples