diff options
author | codecalm <codecalm@gmail.com> | 2020-04-07 21:07:50 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-07 21:07:50 +0200 |
commit | e61e5e131a7952b64f4b071ec375b96937fbe4dd (patch) | |
tree | b1b18f9a194963f2b7a0e03671878ccffca36e98 /gulpfile.js | |
parent | image fixes (diff) | |
download | tabler-icons-e61e5e131a7952b64f4b071ec375b96937fbe4dd.tar.xz |
changelog-image fix
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 7463dd04..93276410 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -486,7 +486,7 @@ gulp.task('changelog-image', function (cb) { newVersion = argv['new-version'] || `${p.version}`; if (version) { - cp.exec(`git diff v${version} v${newVersion} --name-status`, function (err, ret) { + cp.exec(`git diff v${version} HEAD --name-status`, function (err, ret) { let newIcons = []; |