diff options
Diffstat (limited to 'core')
| -rw-r--r-- | core/version.moon | 10 |
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" } |
