Releases: callowayproject/project-forge
0.6.0
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.
Updates
0.5.1
Fixes
-
Fixed installation of bump-my-version. a1b8b59
-
Refactor CLI to parse composition as git URL. 78282f2
Updated the
compositionargument in thebuildcommand to accept a git URL instead of a file path. Added parsing logic to convert the URL into a file path before processing, enabling more flexible input handling. -
Refactor workflows for improved release management. b9d119b
Updated workflows to support passing a reference (ref) input for consistent release processes. Renamed jobs, fixed pip command, and added outputs like tag_name for improved clarity and functionality.
-
Fixed permissions on release-github and release-pypi workflows. 36502b4