[latex3-commits] [git/LaTeX3-latex3-l3build] main: Step release tag (7ab3ff7)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Apr 19 08:43:43 CEST 2022


Repository : https://github.com/latex3/l3build
On branch  : main
Link       : https://github.com/latex3/l3build/commit/7ab3ff713d88804375024ac41e23b7ecce2f8e5f

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

commit 7ab3ff713d88804375024ac41e23b7ecce2f8e5f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Apr 19 07:43:43 2022 +0100

    Step release tag


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

7ab3ff713d88804375024ac41e23b7ecce2f8e5f
 CHANGELOG.md | 5 ++++-
 README.md    | 2 +-
 l3build.1    | 2 +-
 l3build.dtx  | 2 +-
 l3build.lua  | 2 +-
 5 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65c829f..20d7a61 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ this project uses date-based 'snapshot' version identifiers.
 
 ## [Unreleased]
 
+## [2022-04-19]
+
 ### Changed
 - Normalise GhostScript version in PDF-based tests
 - Sort list of names of difference files for failing tests.
@@ -596,7 +598,8 @@ this project uses date-based 'snapshot' version identifiers.
 - Rationalise short option names: removed `-d`, `-E`, `-r`
 - Target `cmdcheck`: specific to LaTeX kernel work
 
-[Unreleased]: https://github.com/latex3/l3build/compare/2022-04-12...HEAD
+[Unreleased]: https://github.com/latex3/l3build/compare/2022-04-19...HEAD
+[2022-04-19]: https://github.com/latex3/l3build/compare/2022-04-12...2022-04-19
 [2022-04-12]: https://github.com/latex3/l3build/compare/2022-03-15...2022-04-12
 [2022-03-15]: https://github.com/latex3/l3build/compare/2022-02-24...2022-03-15
 [2022-02-24]: https://github.com/latex3/l3build/compare/2021-12-14...2022-02-24
diff --git a/README.md b/README.md
index 0df0bbe..ed9a727 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 l3build: a testing and building system for LaTeX
 =================================================
 
-Release 2022-04-12
+Release 2022-04-19
 
 Overview
 --------
diff --git a/l3build.1 b/l3build.1
index fd55c79..f305130 100644
--- a/l3build.1
+++ b/l3build.1
@@ -1,4 +1,4 @@
-.TH l3build 1 "2022-04-12"
+.TH l3build 1 "2022-04-19"
 .SH NAME
 l3build \- Checking and building packages
 .SH SYNOPSIS
diff --git a/l3build.dtx b/l3build.dtx
index 9d327fb..64ae3c3 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -237,7 +237,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2022-04-12}
+% \date{Released 2022-04-19}
 %
 % \maketitle
 % \tableofcontents
diff --git a/l3build.lua b/l3build.lua
index 28c1bae..72d67d2 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -25,7 +25,7 @@ for those people who are interested.
 --]]
 
 -- Version information
-release_date = "2022-04-12"
+release_date = "2022-04-19"
 
 -- File operations are aided by the LuaFileSystem module
 local lfs = require("lfs")





More information about the latex3-commits mailing list.