Skip to content

Commit

Permalink
uncomment out github tag target [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed May 14, 2018
1 parent bc48e1d commit 4308b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4308b77

Please sign in to comment.