mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
fix: release script output
This commit is contained in:
parent
2b112ac851
commit
c03e76b91d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ if (!newVersion) {
|
||||||
const changelogIncludesVersion = changelog.indexOf(newVersion) !== -1;
|
const changelogIncludesVersion = changelog.indexOf(newVersion) !== -1;
|
||||||
|
|
||||||
if (!changelogIncludesVersion) {
|
if (!changelogIncludesVersion) {
|
||||||
throw new Error('No changelog record for ', newVersion, ' - please create changelog record');
|
throw new Error(`No changelog record for ${newVersion}, please create changelog record`);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('Okay looks good, lets create the package.json and package-lock.json');
|
console.log('Okay looks good, lets create the package.json and package-lock.json');
|
||||||
|
|
Loading…
Reference in a new issue