Is there a way we can automate the updating of our The Angel Returns website's (https://theangelreturns.aliceos.app) release.json so that the build number is automatically updated to the Git hash? It would be wonderful if we could automate this process.
{
"beta": {
"version": "0.2.2",
"build": "1e068e1",
"can_download": "True"
}
}
Is there a way we can automate the updating of our The Angel Returns website's (https://theangelreturns.aliceos.app)
release.jsonso that the build number is automatically updated to the Git hash? It would be wonderful if we could automate this process.{ "beta": { "version": "0.2.2", "build": "1e068e1", "can_download": "True" } }