[latex3-commits] [latex3/l3sys-query] main: Align 'Release' string in README and .tex (ec4689c)
github at latex-project.org
github at latex-project.org
Thu Mar 14 22:26:24 CET 2024
Repository : https://github.com/latex3/l3sys-query
On branch : main
Link : https://github.com/latex3/l3sys-query/commit/ec4689cf4c8123efc5c70a26886b720e24c315b4
>---------------------------------------------------------------
commit ec4689cf4c8123efc5c70a26886b720e24c315b4
Author: Joseph Wright <joseph at texdev.net>
Date: Thu Mar 14 21:26:24 2024 +0000
Align 'Release' string in README and .tex
>---------------------------------------------------------------
ec4689cf4c8123efc5c70a26886b720e24c315b4
build.lua | 4 ++--
l3sys-query-tool.tex | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.lua b/build.lua
index d6f33c7..82fccae 100644
--- a/build.lua
+++ b/build.lua
@@ -85,8 +85,8 @@ function update_tag(file,content,tagname,tagdate)
"\nRelease " .. tagname .. "\n")
elseif string.match(file, "%.tex$") then
return gsub(content,
- "Released " .. iso ,
- "Released " .. tagname)
+ "Release " .. iso ,
+ "Release " .. tagname)
elseif string.match(file, "%.lua$") then
return gsub(content,
'release_date = "' .. iso .. '"',
diff --git a/l3sys-query-tool.tex b/l3sys-query-tool.tex
index 4cfe84f..2f83996 100644
--- a/l3sys-query-tool.tex
+++ b/l3sys-query-tool.tex
@@ -45,7 +45,7 @@ for those people who are interested.
}%
}
-\date{Released 2024-03-14}
+\date{Release 2024-03-14}
\maketitle
\tableofcontents
More information about the latex3-commits
mailing list.