Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 180 Bytes

File metadata and controls

6 lines (5 loc) · 180 Bytes

How to release? Just push a new tag that ends with "ez" and let github actions build the zip and create the release.

git tag -a v2.10-ez -m 'v2.10-ez'
git push --tags