We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef63e29 commit b770f3dCopy full SHA for b770f3d
Makefile
@@ -23,6 +23,7 @@ setup: ## setup development dependencies
23
24
release: ## run a release
25
./bin/bff bump
26
+ git push
27
git push --tags
28
@echo "Go to github.com/chanzuckerberg/cztack/ and make the tag into a release (not automated yet)."
29
.PHONY: release
0 commit comments