[latex3-commits] [git/LaTeX3-latex3-l3build] master: No need for tag in build.lua with new upload <tag> data (665e88a)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat Dec 22 10:37:29 CET 2018
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/665e88a512a99cbbf108d255cadb6c85e6bdde1f
>---------------------------------------------------------------
commit 665e88a512a99cbbf108d255cadb6c85e6bdde1f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Dec 22 09:37:29 2018 +0000
No need for tag in build.lua with new upload <tag> data
>---------------------------------------------------------------
665e88a512a99cbbf108d255cadb6c85e6bdde1f
build.lua | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/build.lua b/build.lua
index cf2df45..e49af92 100644
--- a/build.lua
+++ b/build.lua
@@ -18,10 +18,9 @@ scriptmanfiles = {"l3build.1"}
sourcefiles = {"*.dtx", "l3build*.lua", "*.ins"}
typesetcmds = "\\AtBeginDocument{\\DisableImplementation}"
unpackdeps = { }
-tagfiles = {"l3build.1", "l3build.dtx", "*.md", "l3build.lua", "build.lua"}
+tagfiles = {"l3build.1", "l3build.dtx", "*.md", "l3build.lua"}
uploadconfig = {
- version = "2018-12-18",
author = "The LaTeX Team",
license = "lppl1.3c",
summary = "A testing and building system for (La)TeX",
@@ -66,10 +65,6 @@ function update_tag(file,content,tagname,tagdate)
return string.gsub(content,
"\nRelease " .. iso .. "\n",
"\nRelease " .. tagname .. "\n")
- elseif string.match(file, "build.lua$") then
- return string.gsub(content,
- '\n version = "' .. iso .. '",\n',
- '\n version = "' .. tagdate .. '",\n')
elseif string.match(file, "%.lua$") then
return string.gsub(content,
'\nrelease_date = "' .. iso .. '"\n',
More information about the latex3-commits
mailing list