ietf-tools / bibxml-service

Django-based Web service implementing IETF BibXML APIs
https://bib.ietf.org
BSD 3-Clause "New" or "Revised" License
17 stars 19 forks source link

fix: Use correct environment variable for release version #431

Closed microamp closed 4 months ago

microamp commented 4 months ago

Fixes #429


The environment variable being used in https://github.com/ietf-tools/bibxml-service/blob/main/docs/conf.py is SNAPSHOT, not VERSION.

release = f"v{os.environ.get('SNAPSHOT', 'N/A') or 'N/A'}"

Please double check if VERSION is currently being used elsewhere.

kesara commented 4 months ago

I can't see VERSION being used.