Here we upgrade the Thebe version and revert the aggressive caching change that was made earlier. We have also included a short console output message to include the version number and date that it was merged to master. To do so, we have added to the github actions file main.yaml so that it now searches through our releases/ directory to determine the latest version and then uses this version to update the version in package.json (because it's easy to forget to update it) as well as the version/date used by the console output message.
Here we upgrade the Thebe version and revert the aggressive caching change that was made earlier. We have also included a short console output message to include the version number and date that it was merged to master. To do so, we have added to the github actions file
main.yaml
so that it now searches through ourreleases/
directory to determine the latest version and then uses this version to update the version inpackage.json
(because it's easy to forget to update it) as well as the version/date used by the console output message.This should be safe to merge to master ASAP