Skip to content

0.5.1

Choose a tag to compare

@github-actions github-actions released this 12 May 12:18
· 16 commits to master since this release

Compare the full difference.

Fixes

  • Fixed installation of bump-my-version. a1b8b59

  • Refactor CLI to parse composition as git URL. 78282f2

    Updated the composition argument in the build command 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

Other

  • Reformatted the CHANGELOG.md file. d9e9def

  • Simplify workflow definition by replacing steps with "uses". 74e023a

    Removed explicit steps under release-github and release-pypi jobs, replacing them with direct uses references to corresponding workflow files.