diff --git a/lib/App.js b/lib/App.js index 066770db..28eb2915 100644 --- a/lib/App.js +++ b/lib/App.js @@ -3279,6 +3279,12 @@ $ sudo systemctl restart docker /.homeybuild/`; await writeFileAsync(path.join(appPath, '.gitignore'), gitIgnore.toString()); + await writeFileAsync(path.join(appPath, '.homeychangelog.json'), `{ + "1.0.0": { + "en": "Initial release" + } +}` + ); Log.success(`App created in \`${appPath}\``); Log(`\n\tLearn more about Homey App development at: ${colors.underline('https://apps.developer.homey.app')}\n`);