Link to latest plugin release

I’ve just my phone now but tomorrow I’ll post the script I use for releases.
Anyway to get a zip:
git archive -o my-plugin.zip HEAD
and then you can use hub to draft (or even to publish) a release with zip file attached.
If you want to exclude something from the zip you can use the file .gitattributes.

3 Likes