Skip to content

Commit

Permalink
Allow for running in 'traditional' style
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Mar 23, 2018
1 parent 9920481 commit fd8023c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.lua
Expand Up @@ -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

0 comments on commit fd8023c

Please sign in to comment.