We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064a85b commit c9e44a2Copy full SHA for c9e44a2
Makefile
@@ -196,6 +196,7 @@ all: clean deps test build
196
depromote: info check_github_token
197
@echo "Depromoting $(LATEST_VERSION)"
198
@github-release delete -u stelligent -r mu -t v$(LATEST_VERSION)
199
+ git tag --delete v$(LATEST_VERSION)
200
@git push -d origin v$(LATEST_VERSION)
201
202
promote: info
0 commit comments