aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-04-07 21:07:50 +0200
committercodecalm <codecalm@gmail.com>2020-04-07 21:07:50 +0200
commite61e5e131a7952b64f4b071ec375b96937fbe4dd (patch)
treeb1b18f9a194963f2b7a0e03671878ccffca36e98 /gulpfile.js
parentimage fixes (diff)
downloadtabler-icons-e61e5e131a7952b64f4b071ec375b96937fbe4dd.tar.xz
changelog-image fix
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 7463dd0..9327641 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 = [];