Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 386 Bytes

File metadata and controls

21 lines (16 loc) · 386 Bytes

DEVELOPER

This repo uses simple Git tags (no automation needed).

1. Prepare the release

git add .
git commit -m "Prep vx.y.z"
git push -u origin main

After all GitHub actions pass, continue.

2. Tag the release

git tag vx.y.z -m "x.y.z"
git push origin vx.y.z

3. Verify