Closed niceking closed 1 day ago
~Would it be possible/easy/useful to include the version number?~ edit: ah, it's already in the code
______ ______ _____
___ /____ /___ /____________
__ __ \_ //_/ __/ _ \ ___/
_ /_/ / ,< / /_ / __/ /__
/_.___//_/|_| \__/ \___/\___/
Buildkite Test Engine Client: bktec v1.23
or
______ ______ _____
___ /____ /___ /____________
__ __ \_ //_/ __/ _ \ ___/
_ /_/ / ,< / /_ / __/ /__
/_.___//_/|_| \__/ \___/\___/
Buildkite Test Engine Client
bktec v1.23
Oh — I see in the code you already have, but the Version
is blank — does that get filled in at release time?
Oh — I see in the code you already have, but the
Version
is blank — does that get filled in at release time?
Yeah it gets passed in when we build the binary for release: https://github.com/buildkite/test-engine-client/blob/main/.goreleaser.yaml#L22
@pda yeah did you read my PR comment 😎
Did you?
(no, I didn't 🫣)
This adds the speedy bktec logo to the startup of the bktec program. I picked the same green as we use in this text here:
Have included a screenshot if this working locally but it doesn't have the version number included because we set that on the release pipeline