sorinmircea_obsidian-forms-.../Makefile
2025-04-15 10:37:33 +03:00

10 lines
168 B
Makefile

VERSION := 1.0.18
tag:
git tag -a $(VERSION) -m "$(VERSION)"
push:
git push origin $(VERSION)
release: tag push
@echo "Version $(VERSION) released successfully!"