Update README badges as part of automated release
Our README has several badges for the most recent release (e.g. ). It would be great if these badges were updated as part of our automated release procedure (xref https://github.com/dask/dask-docker/pull/182)
Hrm I had hoped this would happen, but I guess not. Ill look into it.
Had tried to do this with PR ( https://github.com/dask/dask-docker/pull/192 ) and then PR ( https://github.com/dask/dask-docker/pull/195 ), but it appears it is still not updating them ( https://github.com/dask/dask-docker/pull/196 ).
Am guessing we want this regex ( https://github.com/dask/dask-docker/pull/192/files#r735042744 ) added to the find string and some changes to the replacement string.
Looks like this was addressed by https://github.com/dask/dask-docker/pull/195. I'll close this issue for now and we can re-open as needed
Unfortunately it is still not working 😞
Think the regex needs some work still as noted above
Maybe this will be useful for debugging GH Actions locally
https://github.com/nektos/act
Is there some way we need to structure the files included?
https://github.com/dask/dask-docker/blob/d36602cd96fd8e2433597f1003ee14be4f88a33f/.github/workflows/watch-conda-forge.yml#L25