yahoojapan / athenz-client-sidecar

Moved to https://github.com/AthenZ/athenz-client-sidecar
https://github.com/AthenZ/athenz-client-sidecar
Apache License 2.0
15 stars 5 forks source link

[skip] fix corrupted version with nightly tag #54

Closed WindzCUHK closed 2 years ago

WindzCUHK commented 2 years ago

Description

release version is corrupted if nightly tag exists.

old

$ git describe --abbrev=0 --tags
nightly

new

$ git tag -l --sort=-creatordate 'v*' | head -n 1
v2.2.0

Type of change

Flags


Checklist

Checklist for maintainer