Skip to content

Ensure branches tracked by plugins are kept up to date #3367

@aljo242

Description

@aljo242

The plugin system should track branches if the plugin is installed to with that type of reference. For example, using:

github.com/ignite/cli-plugin-network@main

should mean that the plugin is always kept up to date to follow the main branch.

If we are using:

github.com/ignite/cli-plugin-network@v1.0.0

We should not update anything since we are using a fixed tag.

A solution for this could be to always get the latest version of the plugin whenever we make a call to it. For fixed tags or commit hashes, this will always result in no changes, since the code should not change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions