From dccb62fe1bce8881686dc690f370074a88c2d756 Mon Sep 17 00:00:00 2001 From: foefl Date: Thu, 3 Apr 2025 14:00:29 +0200 Subject: [PATCH] add script to quickly 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