Skip to content

Comments error in release script #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions csdb/MakeRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,24 @@
#
# 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.
#
# 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.
#
# --------------------------------------------------------------------------

Expand Down