From ca84b8f83eab5df3cea150e527bf928b1f419f9d Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 15 Sep 2026 08:31:07 +0100 Subject: [PATCH] add pixi bump task --- pixi.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pixi.toml b/pixi.toml index 256dde3..06197e6 100644 --- a/pixi.toml +++ b/pixi.toml @@ -11,6 +11,10 @@ tui = "bible-tui" sync = "python scripts/sync_manifests.py" fmt = "ruff format" +[tasks.bump] +args = ["kind"] +cmd = "pixi project version {{ kind }}" + [dependencies] tomlkit = ">=0.15.1,<0.16" ruff = ">=0.16.7,<0.17"