Skip to content

Commit

Permalink
Merge pull request #545 from ckeditor/i/3828-restartable-release
Browse files Browse the repository at this point in the history
Internal: Aligned release scripts to recent changes in ckeditor5-dev (ckeditor/ckeditor5-dev#1019).
  • Loading branch information
pomek authored Oct 11, 2024
2 parents 5f93e09 + 40173d1 commit 4f3e475
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions scripts/publishpackages.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,6 @@ const tasks = new Listr( [
return task.prompt( { type: 'Confirm', message: 'Do you want to continue?' } );
}
} );
},
retry: 3
},
{
title: 'Checking if packages that returned E409 error code were uploaded correctly.',
task: async ( _, task ) => {
return releaseTools.verifyPackagesPublishedCorrectly( {
packagesDirectory: 'release',
version: latestVersion,
onSuccess: text => {
task.output = text;
}
} );
},
options: {
persistentOutput: true
}
},
{
Expand Down

0 comments on commit 4f3e475

Please sign in to comment.