This repo uses simple Git tags (no automation needed).
git add .
git commit -m "Prep vx.y.z"
git push -u origin mainAfter all GitHub actions pass, continue.
git tag vx.y.z -m "x.y.z"
git push origin vx.y.z- The tag appears at: https://github.com/civic-interconnect//tags