Skip to content

fix(build): forward target repo options to the release subcommand

Levente Polyak requested to merge build-release-opt-fix into master

The adequate target repo options are not appropriately forwarded to the release subcommand if the auto-release options is activated. Previously we did not restrict the --repo option, which the build option has used as a shortcut. Since last release, this option is restricted to new packages that are not in any official repository yet.

Fix this issue by forwarding the same target repo options that have been used during the build command and not forcefully the --repo options.

Fixes #209 (closed)

Component: pkgctl build

Edited by Levente Polyak

Merge request reports