📝 Retoques menores en documentación y ejemplos

This commit is contained in:
Manuel Cillero 2026-03-28 07:48:20 +01:00
parent 54f990b11c
commit cd9454a729
7 changed files with 17 additions and 15 deletions

View file

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