From 4308b779ea3d39bf611e0441ad0a91e573dbb1cd Mon Sep 17 00:00:00 2001 From: Erick Daniszewski Date: Mon, 14 May 2018 16:17:57 -0400 Subject: [PATCH] uncomment out github tag target [skip ci] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5186f6f..a65b9be0 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ docs: clean-docs ## Generate the User Guide and API documentation locally .PHONY: github-tag github-tag: ## Create and push a tag with the current version git tag -a v${PKG_VERSION} -m "${PKG_NAME} version v${PKG_VERSION}" -# git push -u origin v${PKG_VERSION} + git push -u origin v${PKG_VERSION} .PHONY: i18n-compile i18n-compile: ## Compile translations catalogs into a binary .mo file