Better (and automatic) version info embedding #97
Labels
bug
Something isn't working
enhancement
New feature or request
go
Pull requests that update Go code
priority:medium
Medium priority: Mostly for next minor
Milestone
We currently rely on changing essentially
doc.go
to display the production version and compare with the latest version from GitHub to look for updates:kjudge/doc.go
Lines 5 to 10 in 6dec3df
This requires a manual commit for every release (as I have forgotten to do in 0.7.5). Let's look for a way to automate this.
Perhaps something like debug.BuildInfo or https://github.com/docker/metadata-action (to extract and inject metadata during CI builds) would help.
The text was updated successfully, but these errors were encountered: