mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-01 11:50:25 +02:00
changelog build fix
This commit is contained in:
@@ -591,7 +591,7 @@ gulp.task('changelog-commit', (cb) => {
|
||||
})
|
||||
|
||||
gulp.task('changelog', (cb) => {
|
||||
const version = argv['latest-tag'] || `v${p.version}`
|
||||
const version = `v${p.version}`
|
||||
|
||||
if (version) {
|
||||
cp.exec(`git diff ${version} HEAD --name-status`, function(err, ret) {
|
||||
|
Reference in New Issue
Block a user