From 42bea6ea126057e7b7db4256e34dd060d34b449c Mon Sep 17 00:00:00 2001 From: s-ol Date: Wed, 25 Mar 2020 14:50:40 +0100 Subject: docs: automatic release linking --- core/version.moon | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'core') 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" } -- cgit v1.2.3