knative / homebrew-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automate a release process

rhuss opened this issue · comments

The formulas should be updated (semi-) automatically when a new kn release is performed.

This can be done in several ways:

  • Create a script here that goes over to the client release pages and syncs the scripts. This can be called ad-hoc after a release or maybe even periodically via a GitHub action
  • Add the creation of a PR to the release.sh script when doing the client release, so make the creation of the scripts a part of the client release process.

Well the second options might be nicer, the first one is easier.

IMO done here: #138