📝 Retoques menores en documentación y ejemplos
This commit is contained in:
parent
54f990b11c
commit
cd9454a729
7 changed files with 17 additions and 15 deletions
|
|
@ -42,7 +42,7 @@ if [[ "$EXECUTE" != "--execute" ]]; then
|
|||
echo "Running dry-run (default mode). Add --execute to publish"
|
||||
cargo release --config "$CONFIG" --package "$CRATE" "$LEVEL"
|
||||
else
|
||||
echo "Releasing $CRATE ($LEVEL)…"
|
||||
echo "Releasing $CRATE ($LEVEL)..."
|
||||
cargo release --config "$CONFIG" --package "$CRATE" "$LEVEL" --execute
|
||||
echo "Release completed."
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue