I would like to automate upload for latest release to EFEU and checked this https://api.github.com/repos/espruino/Espruino/releases Problem is, that github API returns an empty array Next checked https://api.github.com/repos/espruino/Espruino/tags Now I get a long list, now problem is sorting of this list.
Found a (strange?) description, why I don't find anything for releases https://stackoverflow.com/questions/18506508/whats-the-difference-between-tag-and-release Any idea what I can do to get most actual release of Espruino ?
@JumJum started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I would like to automate upload for latest release to EFEU and checked this
https://api.github.com/repos/espruino/Espruino/releases
Problem is, that github API returns an empty array
Next checked
https://api.github.com/repos/espruino/Espruino/tags
Now I get a long list, now problem is sorting of this list.
Found a (strange?) description, why I don't find anything for releases
https://stackoverflow.com/questions/18506508/whats-the-difference-between-tag-and-release
Any idea what I can do to get most actual release of Espruino ?