Version bilgileri gösterme özelliği kaldırıldı
This commit is contained in:
parent
09566cce3b
commit
1a5af093df
2 changed files with 2 additions and 2 deletions
|
|
@ -64,4 +64,4 @@ if (fs.existsSync('.git') || fs.existsSync('../.git')) {
|
|||
const versionInfo = { commit, releases: releases.reverse() }
|
||||
|
||||
fs.writeFileSync('public/version.json', JSON.stringify(versionInfo, null, 2))
|
||||
console.log('> version.json güncellendi:', versionInfo)
|
||||
//console.log('> version.json güncellendi:', versionInfo)
|
||||
|
|
|
|||
|
|
@ -32,4 +32,4 @@ OUTPUT+="]}"
|
|||
echo "$OUTPUT" | jq . > public/version.json
|
||||
|
||||
echo "> public/version.json güncellendi:"
|
||||
cat public/version.json
|
||||
#cat public/version.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue