From 898df862cc0d06973aa5f4122b0a23f259517d72 Mon Sep 17 00:00:00 2001 From: JoshuaMoelans <60878493+JoshuaMoelans@users.noreply.github.com> Date: Tue, 7 Apr 2026 14:48:55 +0200 Subject: [PATCH 1/2] re-add preReleaseCommand --- .craft.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.craft.yml b/.craft.yml index f7cee7578..096c76d50 100644 --- a/.craft.yml +++ b/.craft.yml @@ -1,4 +1,5 @@ minVersion: 2.21.4 +preReleaseCommand: pwsh ./scripts/bump-version.ps1 changelogPolicy: auto artifactProvider: name: github From 688f5b30f7c8d90a983458339211f7eec5900ea7 Mon Sep 17 00:00:00 2001 From: JoshuaMoelans <60878493+JoshuaMoelans@users.noreply.github.com> Date: Tue, 7 Apr 2026 14:55:00 +0200 Subject: [PATCH 2/2] change to bash version --- .craft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.craft.yml b/.craft.yml index 096c76d50..f3ad8ba70 100644 --- a/.craft.yml +++ b/.craft.yml @@ -1,5 +1,5 @@ minVersion: 2.21.4 -preReleaseCommand: pwsh ./scripts/bump-version.ps1 +preReleaseCommand: bash ./scripts/bump-version.sh changelogPolicy: auto artifactProvider: name: github