Loading...
Loading...
Create a git release — tag, push, and create GitHub release
npx skill4agent add zhengxuyu/zforge git-releasegit checkout main && git pullpackage.jsonpyproject.tomlCargo.tomlgit log --oneline <last-tag>..HEADgit tag vX.Y.Z
git push origin main --tagsgh release create vX.Y.Z --title "vX.Y.Z" --notes "<release notes from step 3>"vX.Y.Zv