You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script should query the GitHub API for the latest release, generate the appropriate json object, including SHA1 hashes, filenames and file sizes for the windows assets, and write this into RELEASES.json. It should be written in NodeJS, so it can reuse existing logic for working with Release objects
The text was updated successfully, but these errors were encountered:
The script should query the GitHub API for the latest release, generate the appropriate json object, including SHA1 hashes, filenames and file sizes for the windows assets, and write this into
RELEASES.json
. It should be written in NodeJS, so it can reuse existing logic for working with Release objectsThe text was updated successfully, but these errors were encountered: