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.

v1.0.0-alpha.3

bdbch (May 22, 2026, 10:24 PM +0200) ce7e7bfa ee7f9a58

+9 -8
-5
.oxrls/5e41-wavy-wagon.md
··· 1 - --- 2 - "@bdbchgg/oxrls": "patch" 3 - --- 4 - 5 - Improve CLI output formatting with aligned columns and unicode arrows
+1 -1
.oxrls/pre.json
··· 2 2 "pre_versions": { 3 3 "@bdbchgg/oxrls": { 4 4 "tag": "alpha", 5 - "count": 2 5 + "count": 3 6 6 } 7 7 } 8 8 }
+6
CHANGELOG.md
··· 4 4 5 5 ### Patch Changes 6 6 7 + - **@bdbchgg/oxrls** (v1.0.0-alpha.3): Improve CLI output formatting with aligned columns and unicode arrows 8 + 9 + ## 2026-05-22 10 + 11 + ### Patch Changes 12 + 7 13 - **@bdbchgg/oxrls** (v1.0.0-alpha.2): Fix: oxrls status no longer increments pre-release counters 8 14 - **@bdbchgg/oxrls** (v1.0.0-alpha.2): Move config to .oxrls/config.json, fix release_dir_abs for nested config 9 15 - **@bdbchgg/oxrls** (v1.0.0-alpha.2): Fix: dry-run no longer increments pre-release counters
+1 -1
Cargo.toml
··· 3 3 authors = ["Dominik Biedebach <dominik@bdbch.com>"] 4 4 edition = "2024" 5 5 name = "oxrls" 6 - version = "1.0.0-alpha.2" 6 + version = "1.0.0-alpha.3" 7 7 8 8 [lib] 9 9 crate-type = ["cdylib", "rlib"]
+1 -1
package.json
··· 1 1 { 2 2 "name": "@bdbchgg/oxrls", 3 - "version": "1.0.0-alpha.2", 3 + "version": "1.0.0-alpha.3", 4 4 "ava": { 5 5 "environmentVariables": { 6 6 "OXC_TSCONFIG_PATH": "./__test__/tsconfig.json"