Skip to content

Commit 58696da

Browse files
feat: switch to new registry
1 parent 1e7c72c commit 58696da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ func SetFlags(cmd *cobra.Command) {
197197
cmd.Flags().Bool("show-progress", false, "shows the plugin download progress")
198198
cmd.Flags().String("config", "", "config file (default is .semrelrc)")
199199
cmd.Flags().Bool("allow-maintained-version-on-default-branch", false, "allow configuring the maintained version on the default branch")
200-
cmd.Flags().String("plugin-resolver", "registry-v1", "which resolver should be used to resolve plugins (registry-v1, registry-v2 or github)")
200+
cmd.Flags().String("plugin-resolver", "registry", "which resolver should be used to resolve plugins (registry-v1, registry[-v2] or github)")
201201
cmd.Flags().Bool("plugin-resolver-disable-batch-prefetch", false, "plugins should not be batch prefetched using the registry")
202202
cmd.Flags().String("plugin-resolver-endpoint", "", "explicitly specify the resolver endpoint that should be used for resolving the plugin dependencies")
203203
cmd.Flags().SortFlags = true

0 commit comments

Comments
 (0)