@@ -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 |
|