letterbox/Makefile

7 lines
88 B
Makefile

.PHONEY: release
release:
bash scripts/update-crate-version.sh
git push
all: release