@if [ -z "$(VERSION)"];thenecho"Usage: make tag VERSION=1.2.0";exit 1;fi
git tag $(VERSION)
git tag -f latest
git push origin $(VERSION)
git push origin -f latest
gitea-release:
tea release create \
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.