Skip to content

Release process

Nick Irvine edited this page May 21, 2020 · 3 revisions

Cutting a release

git tag $tag # use semver to bump the tag
git push

CI will publish a Github release with your tag.

Clone this wiki locally