Skip to content

Commit

Permalink
Re-add retagging
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Jun 19, 2018
1 parent 592dc25 commit 17fa4d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tag-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ 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 tag --annotate --message "${m}" --force "latest_release" "${v}"

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

0 comments on commit 17fa4d7

Please sign in to comment.