mirror of
https://github.com/sorinmircea/obsidian-forms-plugin.git
synced 2026-07-22 12:00:30 +00:00
10 lines
168 B
Makefile
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!"
|