Skip to content

Update upstream keys format in manifest #408

@mateumiralles

Description

@mateumiralles

More than one upstreamKey should be able to be declared in the manifest per package, for those that have dependencies from multiple upstreamRepos. Upstream keys in manifest should have the following format:

upstream?: {
    upstreamVersion: string;
    upstreamRepo: string;
    upstreamArg: string;
  }[]

Both formats should be supported (the old and this one), but throwing error in case the two are defined in the same manifest.
Its types and schemas in dappmanager and gaBumpUpstreamHandler should be refactored to these changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions