File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Available CMake archives can be found at https://cmake.org/files.
18
18
``X.Y.Z `` CMake version available for download. For example::
19
19
20
20
$ release=3.14.4
21
- $ python scripts/update_cmake_version.py ${ release}
21
+ $ python scripts/update_cmake_version.py $release
22
22
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.14.4'
23
23
[...]
24
24
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.14.4' - done
@@ -35,9 +35,9 @@ Available CMake archives can be found at https://cmake.org/files.
35
35
For example::
36
36
37
37
release=3.14.4
38
- git checkout -b update-to-cmake-${ release}
38
+ git checkout -b update-to-cmake-$release
39
39
git add CMakeUrls.cmake docs/index.rst README.rst tests/test_distribution.py
40
- git commit -m "Update to CMake ${ release} "
40
+ git commit -m "Update to CMake $release"
41
41
42
42
4. Push the topic and create a `Pull Request `.
43
43
You can’t perform that action at this time.
0 commit comments