We want:
- SimualtionVuer to be automatically updated everytime a new version of OpenCOR gets released; and to
- Be able to test SimulationVuer using the latest version of OpenCOR.
This means that everytime a new version of OpenCOR gets released, a GitHub action should be triggered on this repo to:
- Automatically edit
package.json to reference the new version of OpenCOR; and
- Create a new official version of SimulationVuer which will trigger some GitHub action to update https://abi-software.github.io/simulationvuer/app/#/ (already the case) and publish the new version of SimulationVuer on npm (to be done).
@nickerso @alan-wu