Closed microamp closed 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.
SNAPSHOT
VERSION
release = f"v{os.environ.get('SNAPSHOT', 'N/A') or 'N/A'}"
Please double check if VERSION is currently being used elsewhere.
I can't see VERSION being used.
Fixes #429
The environment variable being used in https://github.com/ietf-tools/bibxml-service/blob/main/docs/conf.py is
SNAPSHOT
, notVERSION
.Please double check if
VERSION
is currently being used elsewhere.