[latex3-commits] [git/LaTeX3-latex3-l3build] main: Update help for "upload --dry-run" (b87e3f2)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Dec 15 18:04:17 CET 2021


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

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

commit b87e3f2f31e395f4e060be7f1f2a666b42d22a3c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Dec 15 17:04:17 2021 +0000

    Update help for "upload --dry-run"


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

b87e3f2f31e395f4e060be7f1f2a666b42d22a3c
 CHANGELOG.md          | 3 +++
 l3build-arguments.lua | 2 +-
 l3build.dtx           | 4 ++++
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c0dbde..b61106a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@ this project uses date-based 'snapshot' version identifiers.
 
 ## [Unreleased]
 
+### Changed
+- Documentation of how to validate an upload
+
 ## [2021-12-14]
 
 ### Fixed
diff --git a/l3build-arguments.lua b/l3build-arguments.lua
index 72df3d5..49c80a7 100644
--- a/l3build-arguments.lua
+++ b/l3build-arguments.lua
@@ -59,7 +59,7 @@ option_list =
       },
     ["dry-run"] =
       {
-        desc = "Dry run for install",
+        desc = "Dry run for install or upload",
         type = "boolean"
       },
     email =
diff --git a/l3build.dtx b/l3build.dtx
index e385c52..2f31211 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -1555,6 +1555,10 @@
 % |uploadconfig.curl_file| field in the |build.lua| file to specify an
 % alternative name or location for this file.
 %
+% \paragraph{Validating}
+%  To validate your upload but not actually submit to CTAN, you may use
+%  the |--dry-run| command-line option.
+%
 % \paragraph{Debugging}
 % If you have have difficulty with the upload process, add the option |--debug| to divert
 % the request from CTAN to a service that redirects the input back





More information about the latex3-commits mailing list.