Skip to content

Commit f5b844c

Browse files
Update prepare-release.sh
1 parent 3653498 commit f5b844c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/prepare-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This script is used to prepare a release of the dev containers.
44
# It will bump the version of the manifest.json file and run the devcontainer upgrade command.
55
# It will only run on the images that have been modified since the last release.
6-
# If no commit hash is provided, it will run in monthly release mode and bump the version of all images.
6+
# If no commit hash (of last release) is provided, it will run in monthly release mode and bump the version of all images.
77
# Example adhoc release: ./build/prepare-release.sh 1c6f558dc86aafd7749074ec44e238f331303517
88
# Example monthly release: ./build/prepare-release.sh
99

0 commit comments

Comments
 (0)