aboutsummaryrefslogtreecommitdiffstats
path: root/extra/git-version.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extra/git-version.sh')
-rwxr-xr-xextra/git-version.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/git-version.sh b/extra/git-version.sh
index 1c90d8c..c2ffe06 100755
--- a/extra/git-version.sh
+++ b/extra/git-version.sh
@@ -15,9 +15,13 @@ cat <<EOF
-- @tfield string tag the last versions git tag
-- @tfield string rev_short the short git revision hash
-- @tfield string rev_long the full git revision hash
+-- @tfield string repo the git repo URL
+-- @tfield string web the repo web URL
{
tag: "${TAG}"
rev_short: "${REV_SHORT}"
rev_long: "${REV_LONG}"
+ repo: "https://github.com/s-ol/alivecoding.git"
+ web: "https://github.com/s-ol/alivecoding/tree/${TAG}"
}
EOF