ResonantGeoData / RD-WATCH

RD-WATCH Documentation
https://resonantgeodata.github.io/RD-WATCH/
Apache License 2.0
6 stars 5 forks source link

Update format of version string #477

Closed mvandenburgh closed 2 weeks ago

mvandenburgh commented 1 month ago

This PR updates the version string format used by poetry-dynamic-versioning to be semver format. Then, in the application code, we parse the string using python-semver and render it in this format: v{tag}.dev+{distance} ({commit})

Examples:

I'll build the resulting image on my forked repo and deploy it to the dev site to test this, to verify that it works before merging.

mvandenburgh commented 2 weeks ago

Superseded by #504