Kuadrant / kuadrantctl

Kuadrant configuration command line utility
Apache License 2.0
6 stars 12 forks source link

versioning in releases #88

Closed eguzki closed 2 weeks ago

eguzki commented 3 weeks ago

What

Have the GitHash filled for release binaries

Verification steps

Download binary from release asset and run kuadrantctl version command. It should be something like:

wget https://github.com/Kuadrant/kuadrantctl/releases/download/v0.2.4-alpha1/kuadrantctl-v0.2.4-alpha1-linux-amd64.tar.gz

tar zxfv kuadrantctl-v0.2.4-alpha1-linux-amd64.tar.gz

./kuadrantctl version

The response being:

kuadrantctl v0.2.4-alpha1 (01007cb359e24c0f59fdf7e9f7a41aec1f00b240)
ehearneRedHat commented 3 weeks ago

:eyes:

ehearneRedHat commented 3 weeks ago

Reviewed code, tested workflow file via act, and checked triggered release.

Works as expected. :medal_sports:

Feel free to merge :)