aboutsummaryrefslogtreecommitdiffstats
path: root/core/version.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-03-25 13:50:40 +0000
committers-ol <s-ol@users.noreply.github.com>2020-03-25 13:50:40 +0000
commit42bea6ea126057e7b7db4256e34dd060d34b449c (patch)
treed3384c49cf3df452b0f67d24ea92b69d43110767 /core/version.moon
parentdocs/internals/extensions rename (diff)
downloadalive-42bea6ea126057e7b7db4256e34dd060d34b449c.tar.gz
alive-42bea6ea126057e7b7db4256e34dd060d34b449c.zip
docs: automatic release linking
Diffstat (limited to 'core/version.moon')
-rw-r--r--core/version.moon10
1 files changed, 4 insertions, 6 deletions
diff --git a/core/version.moon b/core/version.moon
index 5def7eb..144f4ac 100644
--- a/core/version.moon
+++ b/core/version.moon
@@ -6,14 +6,12 @@
--- exports
-- @table exports
-- @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
+-- @tfield string repo the git repo URL
+-- @tfield string release the web URL of this release
{
tag: "v0.1-rc1"
- rev_short: "22e3ba0"
- rev_long: "22e3ba039d18f376cd98dfdc3271293ca33d4b14"
+ web: "https://github.com/s-ol/alivecoding"
repo: "https://github.com/s-ol/alivecoding.git"
- web: "https://github.com/s-ol/alivecoding/releases/tag/v0.1-rc1"
+ release: "https://github.com/s-ol/alivecoding/releases/tag/v0.1-rc1"
}