-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
A client was surprised by the behaviour of igniter.upgrade
not matching that of deps.update
for git-based dependencies.
Describe the solution you'd like
Either --all
should include git dependencies by default or it should have an additional flag to enable them.
Describe alternatives you've considered
mix igniter.upgrade --all && mix deps.update --all
Additional context
Request via an APS client.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Up Next