improbable-eng / etcd-cluster-operator

A controller to deploy and manage etcd clusters inside of Kubernetes
MIT License
128 stars 35 forks source link

Add a new `make release` rule for automating parts of the release #184

Closed wallrj closed 4 years ago

wallrj commented 4 years ago

You can try this out locally by running:

make --dry-run release DOCKER_REPO=gcr.io/<YOUR_PROJECT> VERSION=v0.3.0-rc.1
make release DOCKER_REPO=gcr.io/<YOUR_PROJECT> VERSION=v0.3.0-rc.1