1.3.0
- #7: Made the
--token
parameter optional. If it's missing,github-release
will fall back to theGITHUB_TOKEN
environment variable. - #8: Added a new
delete
command. This can be used to remove an asset from a release. This is handy because you can't overwrite assets. So if you want to upload an asset, replacing it if it's already there,delete
it first.