Update all dependencies transitively (#2363)
This commit is contained in:
committed by
GitHub
parent
bf4c9d700d
commit
ace35fdeda
@ -27,7 +27,7 @@ if (changelog.indexOf(`## ${version} (unreleased)`) === -1) {
|
||||
|
||||
fs.writeFileSync('CHANGELOG.md', changelog.replace(
|
||||
`## ${version} (unreleased)`,
|
||||
`## ${version} (${new Date().toISOString().split('T')[0]})`)
|
||||
`## ${version} (${new Date().toISOString().split('T')[0]})`),
|
||||
);
|
||||
|
||||
cp.execSync('git add CHANGELOG.md', { stdio: 'inherit' });
|
||||
|
||||
Reference in New Issue
Block a user