Skip to content

Commit b770f3d

Browse files
committed
add git push to release
1 parent ef63e29 commit b770f3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ setup: ## setup development dependencies
2323

2424
release: ## run a release
2525
./bin/bff bump
26+
git push
2627
git push --tags
2728
@echo "Go to github.com/chanzuckerberg/cztack/ and make the tag into a release (not automated yet)."
2829
.PHONY: release

0 commit comments

Comments
 (0)