- Go to master and pull
- Find the next version
git tag
- Add a tag
git tag v0.0.9
- Push the tag
git push origin --tags
- Go to Actions and follow the triggerd process
- A zipped release will be uploaded to Releases
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.