From a813d16c3d3c0814ef2a5c6e7057c596ebfd18ab Mon Sep 17 00:00:00 2001 From: foefl Date: Thu, 23 Oct 2025 07:49:55 +0200 Subject: [PATCH] add bump script --- scripts/bump_patch.ps1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/bump_patch.ps1 diff --git a/scripts/bump_patch.ps1 b/scripts/bump_patch.ps1 new file mode 100644 index 0000000..19ee4d1 --- /dev/null +++ b/scripts/bump_patch.ps1 @@ -0,0 +1,2 @@ +pdm run bump-my-version bump patch +pdm run bump-my-version show current_version \ No newline at end of file