You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like asked before in #865 it would be very good to have a way to exclude branches from beeing shown as versions for composer.
E.g. if you have many incomple feature branches they should not be downloadable with composer.
It is no option to always remove the composer.jsons in such branches only to re-add it when the feature is complete.
The best way would be a new option similar to non-feature-branches where you can define branches or wildcard that are not listed in composer show as versions.
e.g. like this:
{
"hide-branches": ["incomplete-feature*"]
}
This should e.g. exclude a branch named like this incomplete-feature/my-stuff from being displayed as version.
The text was updated successfully, but these errors were encountered:
Like asked before in #865 it would be very good to have a way to exclude branches from beeing shown as versions for composer.
E.g. if you have many incomple feature branches they should not be downloadable with composer.
It is no option to always remove the composer.jsons in such branches only to re-add it when the feature is complete.
The best way would be a new option similar to non-feature-branches where you can define branches or wildcard that are not listed in
composer show
as versions.e.g. like this:
This should e.g. exclude a branch named like this
incomplete-feature/my-stuff
from being displayed as version.The text was updated successfully, but these errors were encountered: