After merging dpservice-go here, there is a need for tagging some commits with a version tag for the go library, e.g. go/dpservice-go/v0.3.8-15-gfeb118f.
Thus version "getters" for other components need to take this into account and only take the suffix v0.3.8-15-gfeb118f, not the whole output of git describe --tags
After merging
dpservice-go
here, there is a need for tagging some commits with a version tag for the go library, e.g.go/dpservice-go/v0.3.8-15-gfeb118f
.Thus version "getters" for other components need to take this into account and only take the suffix
v0.3.8-15-gfeb118f
, not the whole output ofgit describe --tags