[latex3-commits] [git/LaTeX3-latex3-pdfresources] develop, main: tag also changelog (d64827b)

Ulrike Fischer fischer at troubleshooting-tex.de
Sat Jul 31 15:08:16 CEST 2021


Repository : https://github.com/latex3/pdfresources
On branches: develop,main
Link       : https://github.com/latex3/pdfresources/commit/d64827b91a9f9ccabc278c823fb7b11d2a1657a8

>---------------------------------------------------------------

commit d64827b91a9f9ccabc278c823fb7b11d2a1657a8
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sat Jul 31 15:08:16 2021 +0200

    tag also changelog


>---------------------------------------------------------------

d64827b91a9f9ccabc278c823fb7b11d2a1657a8
 build.lua | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/build.lua b/build.lua
index 1ed0035..0de8bf3 100644
--- a/build.lua
+++ b/build.lua
@@ -1,6 +1,6 @@
 #!/usr/bin/env texlua
-packageversion="0.95g"
-packagedate="2021-07-21"
+packageversion="0.95h"
+packagedate="2021-07-31"
 
 -- Build script for "LaTeX PDF management testphase bundle" bundle
 
@@ -74,7 +74,8 @@ checkconfigs = {"build",
 tagfiles = {
             "*dtx",
             "firstaid/*.sty",
-            "README.md"
+            "README.md",
+            "CHANGELOG.md"
            }
 
 function update_tag (file,content,tagname,tagdate)
@@ -115,6 +116,11 @@ function update_tag (file,content,tagname,tagdate)
                          "Version: %d%.%d+%a, %d%d%d%d%-%d%d%-%d%d",
                          "Version: " .. packageversion .. ", " .. packagedate )
    return content
+ elseif string.match (file, "^CHANGELOG.md$") then
+   content = string.gsub (content,
+                         "%[Unreleased%]",
+                         "[".. packagedate.."]" )
+   return content
  end
  return content
  end





More information about the latex3-commits mailing list.