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.

update README

bdbch (May 23, 2026, 3:26 AM +0200) ee07e91c 9042e135

+7
+7
README.md
··· 41 41 oxrls status 42 42 oxrls bump --dry-run 43 43 44 + # Pre-release mode (optional) 45 + oxrls pre # interactive, or 46 + oxrls pre enter alpha --package @scope/core # enter pre-release mode for @scope/core with "alpha" tag 47 + oxrls pre exit @scope/core # exit pre-release mode for @scope/core 48 + # Alternatively, you can set pre-release mode in the config file for specific packages or groups, and it will be applied automatically when bumping versions. 49 + # Just make sure to also remove the counter of the pre-released package in pre.json 50 + 44 51 # Apply 45 52 oxrls bump 46 53