1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-03-15 16:49:43 +01:00

changelog build fix

This commit is contained in:
codecalm 2022-09-27 01:00:08 +02:00
parent c9d9a4d208
commit a13651279b

View File

@ -591,7 +591,7 @@ gulp.task('changelog-commit', (cb) => {
}) })
gulp.task('changelog', (cb) => { gulp.task('changelog', (cb) => {
const version = argv['latest-tag'] || `v${p.version}` const version = `v${p.version}`
if (version) { if (version) {
cp.exec(`git diff ${version} HEAD --name-status`, function(err, ret) { cp.exec(`git diff ${version} HEAD --name-status`, function(err, ret) {