katspaugh / wavesurfer.js

Audio waveform player
https://wavesurfer.xyz
BSD 3-Clause "New" or "Revised" License
8.78k stars 1.63k forks source link

automate latest release update on github #1972

Closed thijstriemstra closed 3 years ago

thijstriemstra commented 4 years ago

Github is updating their interface and the latest release will be prominently visible, e.g. right bottom corner:

Screenshot from 2020-06-17 22-50-22

The latest wavesurfer.js release is an ancient one from 2016, which is incorrect.

cc @katspaugh

thijstriemstra commented 4 years ago

I suppose pulling the latest release data from github using their API will also show this old release.

katspaugh commented 4 years ago

I suggest we draft a new release manually for 4.0.0 and then eventually automate it via our build and the GitHub API. Upd: I've marked 3.3.3 as a "release".

thijstriemstra commented 4 years ago

automate it via our build and the GitHub API.

There are github actions nowadays, maybe those can help here.