Fixes
-
Fix permissions on bump-version.yaml workflow. 5cd391d
-
Fix github release permissions. ee5098f
-
Fix trusted publishing does not support reusable workflows. dad426c
-
Fixed permissions in github release workflow. 9af70bf
-
Fixed typo in changelog. cba3d9e
-
Fixed bad default param for release-github.yaml. 01cb923
New
-
Add RenderError exception and handle template rendering issues. ff8f719
Introduce a
RenderErrorexception to handle problems during template rendering. Update the rendering logic to raiseRenderErrorwhen encounteringUnicodeDecodeErrororFileNotFoundError. This improves error handling and makes issues easier to debug. -
Add always_skip setting to configure globally skipped patterns. 7384424
Introduced an
always_skipsetting to define patterns that are always skipped during processing. Updatedget_settingsto cache settings and integratedalways_skipinto theget_process_modelogic for more flexible path matching.