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:
@@ -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 = [];
|
||||
|
||||
|
Reference in New Issue
Block a user