Fix flashing cursor

This commit is contained in:
Manuele Sarfatti 2025-05-11 14:08:24 +02:00
parent 4334716ff3
commit 5eed38d418
3 changed files with 16 additions and 17 deletions

View file

@ -39,7 +39,7 @@ release:
sed -i '' "s/# Version: .*/# Version: $$VERSION/" $(OUTPUT); \
git add $(OUTPUT); \
git commit -m "Release $$VERSION"; \
git tag -a "$$VERSION" -m "Release $$VERSION"
git tag -a "$$VERSION" -m "Release $$VERSION"; \
@echo "\nRelease complete: \033[32m$$VERSION\033[0m"
%: