1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-12-04 18:41:33 +00:00

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

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
}