koki / short

Manageable Kubernetes manifests through a composable, reusable syntax
https://docs.koki.io/short
Apache License 2.0
122 stars 14 forks source link

version cmd says koki/short, includes latest tag #75

Closed ublubu closed 6 years ago

ublubu commented 6 years ago

71

git describe --tags shows tag + commit if commits were added after the latest tag. git tag -l --contains HEAD only shows a tag if HEAD is tagged.

@wlan0