From: Art Cancro Date: Mon, 29 Nov 2021 15:31:50 +0000 (-0500) Subject: Updated the comments in do-release.sh X-Git-Tag: v941~3 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=e9d1d0ea55f31b68f3da054bf3aa1f79986a23cd Updated the comments in do-release.sh --- diff --git a/do-release.sh b/do-release.sh index cf71b1e5f..a52650dfc 100755 --- a/do-release.sh +++ b/do-release.sh @@ -1,9 +1,7 @@ #!/bin/bash -# Identify the version numbers embedded in these components. -# This is not very useful on its own. It will become part of a build system later. - - +# Find the highest version number used in any component, increment it by one, and update +# all components to use the new version number. Then generate a commit and a tag. echo -e '\033[2J\033[H' echo -e '\033[34m\033[1m'