Make publish-all.sh print the git commit line too, for convenience.

This commit is contained in:
Dan Gohman
2018-02-27 15:54:29 -08:00
parent 42a0c2e44b
commit 2addcfd642

View File

@@ -29,6 +29,7 @@ cargo update
#
# Note that libraries need to be published in topological order.
echo git commit -a -m "Bump version to $version"
for crate in filecheck cretonne frontend native reader wasm; do
echo cargo publish --manifest-path "lib/$crate/Cargo.toml"
done