Skip to content

Commit 688a482

Browse files
committed
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.
1 parent 70d8ef4 commit 688a482

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Diff for: csdb/MakeRelease.sh

+7-6
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,24 @@
55
#
66
# Build tool for Windows to package up files ready for release.
77
#
8-
# This file is licensed under the MIT license, copyright © 2020-2021 Peter
8+
# This file is licensed under the MIT license, copyright © 2020-2022 Peter
99
# Johnson, https://gravatar.com/delphidabbler
1010
#
1111
#
12-
# Two packages are made, each in a zip file: one containing the collection and
13-
# the other containing documentation. Both zip files are written to the
14-
# _release sub-folder in the collection's home directory.
12+
# Three packages are made, each in a zip file: one containing the
13+
# collection, another containing documentation and a third containing tests.
14+
# All zip files are written to the _release sub-folder in the collection's
15+
# home directory.
1516
#
1617
# Any pre-existing _release sub-folder is cleared before the zip files are
1718
# created.
1819
#
1920
# Requirements:
2021
#
2122
# - The release version number must be passed to this script as a command
22-
# line.
23+
# line parameter.
2324
#
24-
# - The zip utility is required to zip up the files.
25+
# - The zip utility program is required to zip up the files.
2526
#
2627
# --------------------------------------------------------------------------
2728

0 commit comments

Comments
 (0)