diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-04-17 14:19:52 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-04-17 14:19:52 +0000 |
| commit | 67a124f6a9b34cda21058ced323144c4f04921cb (patch) | |
| tree | 626f339349b86dce772acc188ac31fc9ab488fa5 /docs/gen/git-version | |
| parent | move extra/ to docs/gen/ and split up (diff) | |
| download | alive-67a124f6a9b34cda21058ced323144c4f04921cb.tar.gz alive-67a124f6a9b34cda21058ced323144c4f04921cb.zip | |
mvoe rockspecs to dist/
Diffstat (limited to 'docs/gen/git-version')
| -rwxr-xr-x | docs/gen/git-version | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/gen/git-version b/docs/gen/git-version deleted file mode 100755 index 495b679..0000000 --- a/docs/gen/git-version +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -TAG=$(git describe --abbrev=0 HEAD) -# REV_SHORT=$(git rev-parse --short HEAD) -# REV_LONG=$(git rev-parse HEAD) - -cat <<EOF ----- --- \`alive\` source code version information. --- --- @module version - ---- exports --- @table exports --- @tfield string tag the last versions git tag --- @tfield string web the repo web URL --- @tfield string repo the git repo URL --- @tfield string release the web URL of this release -{ - tag: "${TAG}" - web: "https://github.com/s-ol/alivecoding" - repo: "https://github.com/s-ol/alivecoding.git" - release: "https://github.com/s-ol/alivecoding/releases/tag/${TAG}" -} -EOF |
