invertase / melos

🌋 A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
https://melos.invertase.dev/~melos-latest
Apache License 2.0
1.11k stars 198 forks source link

docs: Update docs concurrency description #743

Closed jihuncha closed 1 month ago

jihuncha commented 1 month ago

Is there an existing issue for this?

Version

6.1.0

Description

I was looking into the issue and noticed that the default value for concurrency was changed to Platform.numberOfProcessors in this pull request. However, the documentation still states that the default is 5 (https://melos.invertase.dev/configuration/scripts#concurrency). is it ok not to update docs?

Steps to reproduce

.

Expected behavior

Please change docs description.

Screenshots

No response

Additional context and comments

No response

spydon commented 1 month ago

Thanks for notifying us, it will be fixed once #744 is merged