Skip to content

Commit

Permalink
depromote
Browse files Browse the repository at this point in the history
  • Loading branch information
cplee committed Sep 26, 2018
1 parent 064a85b commit c9e44a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -196,6 +196,7 @@ all: clean deps test build
depromote: info check_github_token
@echo "Depromoting $(LATEST_VERSION)"
@github-release delete -u stelligent -r mu -t v$(LATEST_VERSION)
git tag --delete v$(LATEST_VERSION)
@git push -d origin v$(LATEST_VERSION)

promote: info
Expand Down

0 comments on commit c9e44a2

Please sign in to comment.