You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
For tracking versions, it would be very useful to have the current version in dev and prod to know exactly what you are looking at.
Describe the solution you'd like
Use git describe and get this displayed in the front-end. The most robust way is to create a VERSION file in Docker and call git describe on the fly for dev. The backend should expose a /version endpoint and yield these results.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
For tracking versions, it would be very useful to have the current version in dev and prod to know exactly what you are looking at.
Describe the solution you'd like
Use
git describe
and get this displayed in the front-end. The most robust way is to create aVERSION
file in Docker and callgit describe
on the fly for dev. The backend should expose a/version
endpoint and yield these results.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: