Updated the comments in do-release.sh
authorArt Cancro <ajc@citadel.org>
Mon, 29 Nov 2021 15:31:50 +0000 (10:31 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 29 Nov 2021 15:31:50 +0000 (10:31 -0500)
do-release.sh

index cf71b1e5fc778dfb9ba0e7feff0dcdedd0539390..a52650dfc7eb252dc7c5a22c73be7dc08e5d1224 100755 (executable)
@@ -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'