diff --git a/Makefile b/Makefile index 92c38b0b8..4a639b27d 100644 --- a/Makefile +++ b/Makefile @@ -62,3 +62,9 @@ format-check: ## Checks if format is correct build-playground: ## Builds the playground $(DUNE) build @playground-assets cd playground && yarn && yarn build + +.PHONY: move-v2.1.0-tag +move-v2.1.0-tag: ## Moves the v2.1.0 tag to the latest commit, useful to publish the vx docs + git push origin :refs/tags/v2.1.0 + git tag -fa v2.1.0 + git push origin --tags