Skip to content

Commit

Permalink
Release change concurrency is not working as expected (#21631)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Dec 15, 2023
1 parent beb6ba7 commit 9090e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/changes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const getChanges = async (date: string): Promise<Changes> => {
const runner = new Listr(tasks, {
exitOnError: false,
renderer: 'verbose',
concurrent: 5,
concurrent: 1,
rendererOptions: {
collapseSkips: false,
collapseErrors: false,
Expand Down

0 comments on commit 9090e9c

Please sign in to comment.