Automated releases for tektoncd projects
tektoncd/operator and tektoncd/cli as examples. We have 2 choices:
-
Use GitHub workflows for everything (easier, but…)
-
tektoncd/cliis a good candidate here : build, test, build image and goreleaser are all super easy to do.
-
-
Use GitHub workflows to send a payload to dogfooding (harder, but…)
-
tektoncd/operatorcould be interesting to try out with here.
-