Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 165 Bytes

RELEASE.md

File metadata and controls

10 lines (9 loc) · 165 Bytes
git add --all
git commit -sm "Release v1.0.0"
git push origin main

git tag -l | xargs git tag -d
git fetch --tags
git tag v1.0.0
git push origin v1.0.0