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

When updating deps, show diff and sign off on it #30

Open
ghost opened this issue Feb 8, 2016 · 3 comments
Open

When updating deps, show diff and sign off on it #30

ghost opened this issue Feb 8, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Feb 8, 2016

No description provided.

@whyrusleeping
Copy link
Owner

This would be a post-update hook. gx needs to be able to have a nice way to run multiple commands for a given hook type, so for post-update, it could run the language specific hook, then run another hook (the one proposed for the issue) from a config value in the package.json

I will have to think of the best way to do this.

@Kubuxu
Copy link
Collaborator

Kubuxu commented Feb 9, 2016

Nice option would be too change the language filed in package.json (as it was discussed in other issue) to something more general and allow to place either string or array of strings in there.

@whyrusleeping
Copy link
Owner

@Kubuxu hrm... thats an interesting idea. that way you could put in: "go", "git", "signed" and so on, to chain behaviours

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