Tags - a-rayamajhi/bcrs GitHub Wiki

Create

git tag -a v1.0.0 -m"Version 1"

Delete

git tag -d v1.0.0

Push

git push origin --tags