Closed TJM closed 1 year ago
Agree. Depends on your use cases, what would you suggest? I am leaning towards -dev-<short-hash>
I assume you're referring to builds made by make build
command? Or some other process via go test
for example?
Yep, -dev-<short-hash>
seems as good as anything for now. Yes, I was referring to the "make build
" version (or just make
), but where I noticed it was make upgrade
... it still shows the same version (currently v0.2.13
).
Sounds like make register
need to include -version=${NEXT_VERSION}
It might be good to indicate "dev" in the non-released version somehow?
-dev
-dev-DATESTAMP
?Some combination? Something else? :)