[latex3-commits] [git/LaTeX3-latex3-l3build] ctan-post: more important typo! (d94d640)
Will Robertson
wspr81 at gmail.com
Tue Dec 18 13:28:48 CET 2018
Repository : https://github.com/latex3/l3build
On branch : ctan-post
Link : https://github.com/latex3/l3build/commit/d94d64001b7fb0ef69ecc9acc5b6e010e896b739
>---------------------------------------------------------------
commit d94d64001b7fb0ef69ecc9acc5b6e010e896b739
Author: Will Robertson <wspr81 at gmail.com>
Date: Tue Dec 18 22:58:48 2018 +1030
more important typo!
>---------------------------------------------------------------
d94d64001b7fb0ef69ecc9acc5b6e010e896b739
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