Fix frontend::latest_tag hack

This commit is contained in:
Kristóf Tóth 2019-11-07 16:30:54 +01:00
parent 320cfe9952
commit 6e5b5cd901
1 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,6 @@ frontend::release() {
frontend::latest_tag() {
frontend::assert_exists
pushd "${FRONTEND_PATH}"
git describe --tags
git describe --abbrev=0
popd
}