Skip to content

Commit

Permalink
Enasure we delete stale tag
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Jun 19, 2018
1 parent 9937a03 commit 5f60cc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tag-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ git commit --message "${m}"

git push [email protected]:weaveworks/eksctl master

git fetch --tags [email protected]:weaveworks/eksctl

git tag --annotate --message "${m}" "${v}"
git tag --delete latest_release

git push --tags [email protected]:weaveworks/eksctl

0 comments on commit 5f60cc7

Please sign in to comment.