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

Make git-changelog available for webpack or gulp? #64

Open
adamchenwei opened this issue Nov 28, 2016 · 4 comments
Open

Make git-changelog available for webpack or gulp? #64

adamchenwei opened this issue Nov 28, 2016 · 4 comments
Assignees

Comments

@adamchenwei
Copy link

Is there a plan to do this i the future? Since I am not using grunt at all, the command line option is likely the only one. Though it would be nice to have it built into the build system though. How hard is it? I would love to help. Though, need to learn to use this in command line first, ha.

or there is easier way to integrate into those two hot ones?

@adamchenwei adamchenwei changed the title Make this available for webpack or gulp? Make git-changelog available for webpack or gulp? Nov 28, 2016
@rafinskipg
Copy link
Owner

Hi @adamchenwei I think you can integrate it into your gulpfile by using some package likehttps://github.com/sun-zheng-an/gulp-shell

But its a bit.. shitty 😓

It could be great if someone implemented a gulp plugin for git-changelog by wrapping it's core (separated first into another project)

@adamchenwei
Copy link
Author

gotcha! thats good. so I guess webpack is the same, just run the command line. pretty doable solution I would say! Thanks!

@WuglyakBolgoink
Copy link

@adamchenwei something like this with gulp-run:

import gulpRun from 'gulp-run';
...
gulp.task('update', () => {
    return gulpRun('./update.sh', {
        silent: true,
        verbosity: 0
    })
        .exec();
});

@glebcha glebcha self-assigned this Feb 14, 2020
@glebcha
Copy link
Collaborator

glebcha commented Feb 14, 2020

Webpack plugin implementation is planned.

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

No branches or pull requests

4 participants