Version bilgileri gösterme özelliği kaldırıldı

This commit is contained in:
Sedat ÖZTÜRK 2025-09-23 11:32:04 +03:00
parent 09566cce3b
commit 1a5af093df
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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