From 038ce9ee745a25f8620616903331669ac743f029 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 15 May 2017 16:27:42 +0200 Subject: Updated CONTRIBUTING --- tools/qbs/GitRepo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/qbs/GitRepo.js b/tools/qbs/GitRepo.js index d7e19a7..e5ecb03 100644 --- a/tools/qbs/GitRepo.js +++ b/tools/qbs/GitRepo.js @@ -8,7 +8,7 @@ function read(workingDirectory) { git.exec("git", ["describe", "--abbrev=0", "--tag"], true); meta.version = git.readLine(); - git.exec("git", ["describe", "--tag"], true); + git.exec("git", ["describe", "--long"], true); meta.describe = git.readLine(); return meta; -- cgit v1.2.1