[latex3-commits] [git/LaTeX3-latex3-l3build] master: more important typo! (c3c0b30)
Will Robertson
will at wspr.io
Tue Dec 18 13:45:20 CET 2018
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/c3c0b30696bff1d17a9ca020c89396607d1ae085
>---------------------------------------------------------------
commit c3c0b30696bff1d17a9ca020c89396607d1ae085
Author: Will Robertson <wspr81 at gmail.com>
Date: Tue Dec 18 22:58:48 2018 +1030
more important typo!
>---------------------------------------------------------------
c3c0b30696bff1d17a9ca020c89396607d1ae085
build.lua | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/build.lua b/build.lua
index d594205..2cc6bc9 100644
--- a/build.lua
+++ b/build.lua
@@ -63,16 +63,15 @@ function update_tag(file,content,tagname,tagdate)
.. "..." .. tagname)
end
return string.gsub(content,
- "\nRelease " .. iso .. "\n",
+ "\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',
- )
+ '\n version = "' .. iso .. '",\n',
+ '\n version = "' .. tagdate .. '",\n')
elseif string.match(file, "%.lua$") then
return string.gsub(content,
- '\nrelease_date = "' .. iso .. '"\n',
+ '\nrelease_date = "' .. iso .. '"\n',
'\nrelease_date = "' .. tagname .. '"\n')
end
return content
More information about the latex3-commits
mailing list