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

Remove author as this info is not important #16

Open
simonschaufi opened this issue Apr 23, 2020 · 3 comments
Open

Remove author as this info is not important #16

simonschaufi opened this issue Apr 23, 2020 · 3 comments

Comments

@simonschaufi
Copy link

Removing the author will give more space for the actual commit message title

@dantleech
Copy link
Owner

It's important to me -- it would be better to make it configurable (we already have the options but they are only used by the console command, not the plugin).

I think we'd need to add some config to composer.json

@simonschaufi
Copy link
Author

I saw in the readme the 2 parameters but how do I configure the plugin system wide as I have it installed in global scope?

@dantleech
Copy link
Owner

dantleech commented Apr 24, 2020

I don't think this is possible currently. The solution would probably be to have:

"extra": {
    "what_changed": {
         // config here
     }
}

in composer.json (which is in ~/.composer/comoser.json) globally.

(note that currently the plugin doesn't use github auth (#8) - so you will likely hit the Github API limit if you do lots of composer updates)

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