Commit 85334995 by Francisco Giordano

Lint

parent fb4659c5
...@@ -24,7 +24,7 @@ const { version } = require('../../package.json'); ...@@ -24,7 +24,7 @@ const { version } = require('../../package.json');
fs.writeFileSync('CHANGELOG.md', changelog.replace( fs.writeFileSync('CHANGELOG.md', changelog.replace(
unreleased, unreleased,
`## ${version} (${new Date().toISOString().split('T')[0]})`) `## ${version} (${new Date().toISOString().split('T')[0]})`),
); );
cp.execSync('git add CHANGELOG.md', { stdio: 'inherit' }); cp.execSync('git add CHANGELOG.md', { stdio: 'inherit' });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment