From a4068931839ef5db94e9a944ae7bb27913ea98db Mon Sep 17 00:00:00 2001 From: Peter Johnson <5164283+delphidabbler@users.noreply.github.com> Date: Mon, 7 Nov 2022 23:27:40 +0000 Subject: [PATCH] Update code-snippets/csdb/MakeRelease.sh Update header comments to note the 3rd zip file containing tests. Some other minor edits. Update file's copyright date. --- csdb/MakeRelease.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/csdb/MakeRelease.sh b/csdb/MakeRelease.sh index d42783b..a68cc3b 100644 --- a/csdb/MakeRelease.sh +++ b/csdb/MakeRelease.sh @@ -5,13 +5,14 @@ # # Build tool for Windows to package up files ready for release. # -# This file is licensed under the MIT license, copyright © 2020-2021 Peter +# This file is licensed under the MIT license, copyright © 2020-2022 Peter # Johnson, https://gravatar.com/delphidabbler # # -# Two packages are made, each in a zip file: one containing the collection and -# the other containing documentation. Both zip files are written to the -# _release sub-folder in the collection's home directory. +# Three packages are made, each in a zip file: one containing the +# collection, another containing documentation and a third containing tests. +# All zip files are written to the _release sub-folder in the collection's +# home directory. # # Any pre-existing _release sub-folder is cleared before the zip files are # created. @@ -19,9 +20,9 @@ # Requirements: # # - The release version number must be passed to this script as a command -# line. +# line parameter. # -# - The zip utility is required to zip up the files. +# - The zip utility program is required to zip up the files. # # --------------------------------------------------------------------------