Closed haiqi96 closed 1 week ago
The pull request updates the documentation across multiple files to specify a minimum version requirement for the Task
tool, changing the version constraint from >= 3.35
to >= 3.38.0
. This change addresses compatibility issues related to bugs in earlier versions. Additionally, a link to the Task
documentation has been added in relevant sections. No other structural or command-related changes were made.
File | Change Summary |
---|---|
docs/README.md | Updated Task dependency version from >= 3.35 to >= 3.38.0 ; added link to Task documentation. |
docs/src/dev-guide/building-package.md | Updated Task requirement to >= 3.38.0 . |
docs/src/dev-guide/components-core/index.md | Updated Task requirement to >= 3.38.0 . |
docs/src/dev-guide/contributing-linting.md | Updated Task requirement to >= 3.38.0 . |
Taskfile.yml
, which is directly related to the version requirements for the Task
tool mentioned in the main PR. Both PRs address the need for a specific version of the Task
tool, indicating a connection in terms of dependency management.Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
Update the require version of task. Also attaching a link for Task
Validation performed
Ensure the link works
Summary by CodeRabbit
Task
dependency to version>= 3.38.0
across multiple documentation files.Task
documentation for user reference.