Skip to content

Commit 4a00108

Browse files
committed
minor documentation updates
1 parent 9560633 commit 4a00108

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

utilities/update_versions.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
# <version>major.minor.incremental.qualifier[-SNAPSHOT]</version> element specified in each
3636
# (parent and children) module's pom.xml
3737
#
38+
# Note, README.md files are updated only in case if the new version is NOT a SNAPSHOT one.
39+
#
3840
# Examples:
3941
# ~$ ./utilities/update_versions.sh --modules=google-cloud-logging,google-cloud-speech
4042
# will update only modules google-cloud-logging and google-cloud-speech, ignoring others, using
@@ -49,13 +51,13 @@
4951
# 0.12.3-rc2-SNAPSHOT respectively;
5052
#
5153
# ~$ ./utilities/update_versions.sh --modules=google-cloud-logging,google-cloud-speech --beta=0.12.3-beta --ga=1.1.0
52-
# assuming on the moment of execution google-cloud-logging is in GA, and google-cloud-speech
54+
# assuming on the moment of execution google-cloud-logging is in GA and google-cloud-speech
5355
# is in beta, the above command will update google-cloud-logging to 1.1.0 and google-cloud-speech
5456
# to 0.12.3-beta, ignoring all other modules.
5557
#
5658
# ~$ ./utilities/update_versions.sh --modules=google-cloud-speech --beta=1.0.0
5759
# assuming google-cloud-speech is in beta, the above command can be executed to move it to
58-
# ga stage.
60+
# GA stage.
5961

6062
set -e
6163

0 commit comments

Comments
 (0)