Skip to content

Show version information and change how project information is passed via CLI arguments

David Runge requested to merge issues/5 into master

Allow displaying version information derived from importlib.metadata by passing -V/ --version to the entrypoint.

Change the default behavior of the entrypoint to iterating over all configured projects if not specifying a project (using -p/ --project) and (optionally) the release to promote (using -r/ --release). This eliminates the need for a required parameter and allows for a generic approach towards how to promote a release.

Fixes #5 (closed) Fixes #9 (closed)

Merge request reports