mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03: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;
|
||||
|
||||
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');
|
||||
|
|
Loading…
Reference in a new issue