Skip to content

Commit

Permalink
Merge pull request kubernetes-retired#70 from justinsb/release_script
Browse files Browse the repository at this point in the history
Create release 'script'
  • Loading branch information
justinsb committed Feb 20, 2018
2 parents 7e5314a + 78253c3 commit 1a9180e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ push-etcd-backup: image-etcd-backup
docker push ${DOCKER_REGISTRY}/etcd-backup:${DOCKER_TAG}

.PHONY: push
push: push-etcd-manager push-etcd-dump
push: push-etcd-manager push-etcd-dump push-etcd-backup
echo "pushed images"

.PHONY: gazelle
Expand Down
5 changes: 5 additions & 0 deletions dev/release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

TODAY=`date +%Y%m%d`
echo "# Run this command to do a release"
echo "DOCKER_REGISTRY=kopeio DOCKER_TAG=1.0.${TODAY} make push"

0 comments on commit 1a9180e

Please sign in to comment.