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