Better version identification

This commit is contained in:
Phillip Kühne 2021-10-09 18:16:38 +02:00
parent bf1b711abe
commit 360b61fe21

2
.vscode/tasks.json vendored
View File

@ -6,7 +6,7 @@
{ {
"label": "versiondump", "label": "versiondump",
"type": "shell", "type": "shell",
"command": "git describe > ${workspaceFolder}/backend/app/.version", "command": "echo \"$(git rev-parse --abbrev-ref HEAD)-$(git describe)\"> ${workspaceFolder}/backend/app/.version",
"problemMatcher": [] "problemMatcher": []
} }
] ]