diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5f0b68af..69f6f18b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog ========= +latest +---------------- + +* Improve contribution experience for Windows developers using Just. + 3.14 (2025-12-10) ----------------- diff --git a/justfile b/justfile index b0db10a3..79489aee 100644 --- a/justfile +++ b/justfile @@ -169,4 +169,6 @@ full-check: @just lint @just build-docs @just test-all - @echo '👍 {{GREEN}} Linting, docs and tests all good.{{NORMAL}}' \ No newline at end of file + @echo '👍 {{GREEN}} Linting, docs and tests all good.{{NORMAL}}' + +set windows-shell := ["powershell.exe", "-NoProfile", "-NoLogo", "-Command"]