diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build/release/prepare-release | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/release/prepare-release b/build/release/prepare-release index 3433c3e21..1b1675ac4 100755 --- a/build/release/prepare-release +++ b/build/release/prepare-release @@ -210,8 +210,8 @@ milestone=`$remote_cmd/get-latest-milestone` # Create new milestrone and version echo "$version_new was tagged at $version_new_time." -echo "Create and close $version_new Milestone with the above date and time." -echo "Create and close $version_new Version with the above date and time." +echo "Create and close the $version_new Milestone with the above date and time." +echo "Create the $version_new Version with the above date and time." echo "Press enter when done." read |