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:
parent
c9d9a4d208
commit
a13651279b
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user