From fd8023cf8ef0953df60f50750e6cb698962cb50e Mon Sep 17 00:00:00 2001 From: Joseph Wright Date: Fri, 23 Mar 2018 13:41:18 +0000 Subject: [PATCH] Allow for running in 'traditional' style --- build.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.lua b/build.lua index e296a33a..1476548f 100644 --- a/build.lua +++ b/build.lua @@ -47,3 +47,7 @@ function tag_hook(tagname) os.execute('git commit -a -m "Step release tag"') os.execute('git tag -a -m "" ' .. tagname) end + +if not release_date then + dofile("./l3build.lua") +end \ No newline at end of file