[latex3-commits] [git/LaTeX3-latex3-l3build] master: tag_hook() should receive the date (07d1971)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Mar 7 10:14:18 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/07d1971fe136f723b63833e261de8e1d7683a9c8

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

commit 07d1971fe136f723b63833e261de8e1d7683a9c8
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Mar 7 09:14:18 2018 +0000

    tag_hook() should receive the date


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

07d1971fe136f723b63833e261de8e1d7683a9c8
 l3build-tagging.lua |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3build-tagging.lua b/l3build-tagging.lua
index af98ad0..9a6f8cf 100644
--- a/l3build-tagging.lua
+++ b/l3build-tagging.lua
@@ -32,7 +32,7 @@ function update_tag(filename,content,tagname,tagdate)
   return content
 end
 
-function tag_hook(tagname)
+function tag_hook(tagname,tagdate)
   return 0
 end
 
@@ -75,6 +75,6 @@ function tag(tagname)
       end
     end
   end
-  return tag_hook(tagname)
+  return tag_hook(tagname,tagdate)
 end
 





More information about the latex3-commits mailing list