File tree 3 files changed +0
-25
lines changed
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"
52
52
53
53
mv package/* " $DEPS_DIR /acorn/acorn-walk"
54
54
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
-
63
55
# Update the version number on maintaining-dependencies.md
64
56
# and print the new version as the last line of the script as we need
65
57
# 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
62
62
#endif // SRC_ACORN_VERSION_H_
63
63
EOF
64
64
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
-
74
65
# Update the version number on maintaining-dependencies.md
75
66
# and print the new version as the last line of the script as we need
76
67
# 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
62
62
63
63
mv ./* " $DEPS_DIR /minimatch"
64
64
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
-
73
65
# Update the version number on maintaining-dependencies.md
74
66
# and print the new version as the last line of the script as we need
75
67
# to add it to $GITHUB_ENV variable
You can’t perform that action at this time.
0 commit comments