1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-30 09:10:59 +02:00

changelog-image fix

This commit is contained in:
codecalm
2020-04-07 21:07:50 +02:00
parent f97848d322
commit e61e5e131a

View File

@@ -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 = [];