Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to limit branches (hide branch from composer show) #1070

Open
Radon8472 opened this issue Mar 13, 2020 · 1 comment
Open

Add option to limit branches (hide branch from composer show) #1070

Radon8472 opened this issue Mar 13, 2020 · 1 comment

Comments

@Radon8472
Copy link

Radon8472 commented Mar 13, 2020

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.

@sudoku-lord
Copy link

I second this! I think it would be a great option to have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants