Husky Installation
This commit is contained in:
@@ -25,7 +25,7 @@ patch++;
|
||||
const newVersion = `${major}.${minor}.${patch}`;
|
||||
|
||||
// Dateiinhalt ersetzen
|
||||
const newContent = content.replace(versionRegex, `APP_VERSION = "${newVersion}"`);
|
||||
const newContent = content.replace(versionRegex, `export const APP_VERSION = "${newVersion}"`);
|
||||
|
||||
// Datei speichern
|
||||
fs.writeFileSync(versionFilePath, newContent, "utf8");
|
||||
|
||||
Reference in New Issue
Block a user