NOAA-GFDL / fre-cli

Python-based command line interface for FRE (FMS Runtime Environment) to compile and run FMS-based models and post-process their output.
GNU Lesser General Public License v3.0
3 stars 7 forks source link

Use git tag for fre-cli versioning #109

Open ceblanton opened 2 months ago

ceblanton commented 2 months ago

https://github.com/jbweston/miniver

To save us from manually updating the version in setup.py.

ilaflott commented 1 month ago

To sum up discussion with @ceblanton today-

git tags will have the format YYYY.#, e.g. 2024.01. When we decide to create a new git tag, e.g. 2024.02, we wish for an approach to getting the version automatically updated to the new tag, 2024.02 like fms does, when publishing the built conda package within github's CI/CD.