1
0
Fork 0

feat(build): add release target

This commit is contained in:
Sean Sube 2023-01-06 15:32:25 -06:00
parent 37253cc526
commit ce759caeff
1 changed files with 3 additions and 0 deletions

View File

@ -38,3 +38,6 @@ help: ## print this help
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort \
| sed 's/^.*\/\(.*\)/\1/' \
| awk 'BEGIN {FS = ":[^:]*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
release:
$$(yarn global bin)/commit-and-tag-version --packageFiles gui/package.json