We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3653498 commit f5b844cCopy full SHA for f5b844c
build/prepare-release.sh
@@ -3,7 +3,7 @@
3
# This script is used to prepare a release of the dev containers.
4
# It will bump the version of the manifest.json file and run the devcontainer upgrade command.
5
# 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.
+# If no commit hash (of last release) is provided, it will run in monthly release mode and bump the version of all images.
7
# Example adhoc release: ./build/prepare-release.sh 1c6f558dc86aafd7749074ec44e238f331303517
8
# Example monthly release: ./build/prepare-release.sh
9
0 commit comments