Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI gdal-master conda: patch version number to X.Y.99
Fixes OSGeo#11663 ``` $ cat ~/gdal-feedstock/recipe/meta.yaml | sed -E 's/set version = "([0-9]+)\.([0-9]+)\.([0-9]+)"/set version = "\1.\2.99"/' | head -n 1 {% set version = "3.10.99" %} ```
- Loading branch information