From e9d1d0ea55f31b68f3da054bf3aa1f79986a23cd Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 29 Nov 2021 10:31:50 -0500 Subject: [PATCH] Updated the comments in do-release.sh --- do-release.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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' -- 2.30.2