Rust based release manager for JS/TS monorepos, heavily inspired by Vite+ ❤️
publish changelog rust release bun pnpm changeset version bump node
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(cli): use unicode arrow in print_plan dry-run output

bdbch (May 22, 2026, 10:15 PM +0200) fd526c46 ddd2cb47

+1 -1
+1 -1
src/bump.rs
··· 693 693 println!("Bumped packages:"); 694 694 for (_name, bump) in &plan.bumps { 695 695 println!( 696 - " {:<width$} {:>12} -> {:<12} ({})", 696 + " {:<width$} {:>12} → {:<12} ({})", 697 697 bump.package_name, 698 698 bump.old_version.to_string(), 699 699 bump.new_version.to_string(),