From fdb9812ecfc3945160fc6bd16f11e726fe15d0eb Mon Sep 17 00:00:00 2001 From: foefl Date: Thu, 10 Apr 2025 07:13:35 +0200 Subject: [PATCH] add script to bump patch version --- 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