-
Notifications
You must be signed in to change notification settings - Fork 573
Closed as not planned
Labels
component:appsRelated to Ignite Apps.Related to Ignite Apps.type:requestFeature request.Feature request.
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component:appsRelated to Ignite Apps.Related to Ignite Apps.type:requestFeature request.Feature request.
Type
Projects
Status
Done