File tree Expand file tree Collapse file tree 3 files changed +0
-25
lines changed Expand file tree Collapse file tree 3 files changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,6 @@ tar -xf "$ACORN_WALK_TGZ"
5252
5353mv package/* " $DEPS_DIR /acorn/acorn-walk"
5454
55- echo " All done!"
56- echo " "
57- echo " Please git add acorn-walk, commit the new version:"
58- echo " "
59- echo " $ git add -A deps/acorn-walk"
60- echo " $ git commit -m \" deps: update acorn-walk to $NEW_VERSION \" "
61- echo " "
62-
6355# Update the version number on maintaining-dependencies.md
6456# and print the new version as the last line of the script as we need
6557# to add it to $GITHUB_ENV variable
Original file line number Diff line number Diff line change @@ -62,15 +62,6 @@ cat > "$BASE_DIR/src/acorn_version.h" <<EOF
6262#endif // SRC_ACORN_VERSION_H_
6363EOF
6464
65- echo " All done!"
66- echo " "
67- echo " Please git add acorn, commit the new version:"
68- echo " "
69- echo " $ git add -A deps/acorn/acorn"
70- echo " $ git add $BASE_DIR /src/acorn_version.h"
71- echo " $ git commit -m \" deps: update acorn to $NEW_VERSION \" "
72- echo " "
73-
7465# Update the version number on maintaining-dependencies.md
7566# and print the new version as the last line of the script as we need
7667# to add it to $GITHUB_ENV variable
Original file line number Diff line number Diff line change @@ -62,14 +62,6 @@ rm -rf node_modules
6262
6363mv ./* " $DEPS_DIR /minimatch"
6464
65- echo " All done!"
66- echo " "
67- echo " Please git add minimatch, commit the new version:"
68- echo " "
69- echo " $ git add -A deps/minimatch"
70- echo " $ git commit -m \" deps: update minimatch to $NEW_VERSION \" "
71- echo " "
72-
7365# Update the version number on maintaining-dependencies.md
7466# and print the new version as the last line of the script as we need
7567# to add it to $GITHUB_ENV variable
You can’t perform that action at this time.
0 commit comments