go-task-bin 3.31.0__tar.gz → 3.32.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of go-task-bin might be problematic. Click here for more details.

Files changed (587) hide show
  1. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/PKG-INFO +1 -1
  2. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/pdm_build.py +1 -1
  3. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/pyproject.toml +1 -1
  4. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.github/ISSUE_TEMPLATE/config.yml +1 -1
  5. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/CHANGELOG.md +20 -3
  6. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/README.md +0 -14
  7. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/Taskfile.yml +6 -1
  8. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/cmd/task/task.go +13 -4
  9. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/changelog.md +20 -3
  10. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/donate.md +3 -1
  11. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/experiments/remote_taskfiles.md +11 -10
  12. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/intro.md +0 -10
  13. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/usage.md +24 -8
  14. {go_task_bin-3.31.0/task/docs/i18n/ja-JP → go_task_bin-3.32.0/task/docs/i18n/es-ES}/docusaurus-plugin-content-docs/current/changelog.md +11 -0
  15. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/donate.md +1 -1
  16. {go_task_bin-3.31.0/task/docs/i18n/fr-FR → go_task_bin-3.32.0/task/docs/i18n/es-ES}/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +7 -4
  17. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/intro.md +0 -10
  18. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/usage.md +23 -0
  19. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-blog/authors.yml +1 -1
  20. {go_task_bin-3.31.0/task/docs/i18n/es-ES → go_task_bin-3.32.0/task/docs/i18n/fr-FR}/docusaurus-plugin-content-docs/current/changelog.md +11 -0
  21. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/community.md +1 -1
  22. go_task_bin-3.32.0/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +12 -0
  23. go_task_bin-3.32.0/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/deprecations/template.md +17 -0
  24. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/donate.md +1 -1
  25. go_task_bin-3.32.0/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/experiments/experiments.md +78 -0
  26. {go_task_bin-3.31.0/task/docs/i18n/pt-BR → go_task_bin-3.32.0/task/docs/i18n/fr-FR}/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +7 -4
  27. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/intro.md +0 -10
  28. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/styleguide.md +3 -3
  29. go_task_bin-3.32.0/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/taskfile_versions.md +240 -0
  30. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/usage.md +23 -0
  31. {go_task_bin-3.31.0/task/docs/i18n/pt-BR → go_task_bin-3.32.0/task/docs/i18n/ja-JP}/docusaurus-plugin-content-docs/current/changelog.md +11 -0
  32. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/donate.md +1 -1
  33. {go_task_bin-3.31.0/task/docs/i18n/es-ES → go_task_bin-3.32.0/task/docs/i18n/ja-JP}/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +7 -4
  34. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/installation.md +1 -1
  35. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/intro.md +1 -11
  36. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/taskfile_versions.md +1 -1
  37. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/usage.md +51 -28
  38. {go_task_bin-3.31.0/task/docs/i18n/fr-FR → go_task_bin-3.32.0/task/docs/i18n/pt-BR}/docusaurus-plugin-content-docs/current/changelog.md +11 -0
  39. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/donate.md +1 -1
  40. {go_task_bin-3.31.0/task/docs/i18n/ja-JP → go_task_bin-3.32.0/task/docs/i18n/pt-BR}/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +7 -4
  41. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/intro.md +1 -11
  42. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/usage.md +23 -0
  43. go_task_bin-3.32.0/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/changelog.md +530 -0
  44. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/donate.md +1 -1
  45. go_task_bin-3.32.0/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +57 -0
  46. go_task_bin-3.32.0/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/faq.md +89 -0
  47. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/intro.md +1 -11
  48. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/usage.md +31 -8
  49. go_task_bin-3.32.0/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/changelog.md +530 -0
  50. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/donate.md +1 -1
  51. go_task_bin-3.32.0/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +57 -0
  52. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/intro.md +0 -10
  53. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/usage.md +23 -0
  54. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/changelog.md +11 -0
  55. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/donate.md +1 -1
  56. go_task_bin-3.32.0/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +57 -0
  57. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/intro.md +1 -11
  58. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage.md +23 -0
  59. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/static/schema.json +25 -2
  60. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/yarn.lock +119 -30
  61. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/errors/errors.go +1 -0
  62. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/errors/errors_taskfile.go +24 -0
  63. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/go.mod +5 -5
  64. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/go.sum +11 -10
  65. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/help.go +27 -14
  66. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/fingerprint/glob.go +13 -4
  67. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/fingerprint/sources_checksum.go +4 -1
  68. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/fingerprint/task_test.go +6 -6
  69. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/goext/meta.go +1 -0
  70. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/templater/templater.go +15 -0
  71. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/package-lock.json +1 -1
  72. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/package.json +1 -1
  73. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/setup.go +1 -0
  74. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/task.go +11 -6
  75. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/task_test.go +41 -21
  76. go_task_bin-3.32.0/task/taskfile/glob.go +32 -0
  77. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/merge.go +2 -2
  78. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/read/taskfile.go +40 -31
  79. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/task.go +4 -4
  80. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/checksum/Taskfile.yml +3 -1
  81. go_task_bin-3.32.0/task/testdata/checksum/ignore_me.txt +1 -0
  82. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/platforms/Taskfile.yml +16 -0
  83. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/variables.go +2 -2
  84. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/watch.go +6 -1
  85. go_task_bin-3.31.0/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/changelog.md +0 -519
  86. go_task_bin-3.31.0/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +0 -54
  87. go_task_bin-3.31.0/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/changelog.md +0 -519
  88. go_task_bin-3.31.0/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +0 -54
  89. go_task_bin-3.31.0/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/faq.md +0 -89
  90. go_task_bin-3.31.0/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/taskfile_versions.md +0 -240
  91. go_task_bin-3.31.0/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -12
  92. go_task_bin-3.31.0/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -17
  93. go_task_bin-3.31.0/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/experiments.md +0 -78
  94. go_task_bin-3.31.0/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +0 -54
  95. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/LICENSE +0 -0
  96. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/README.md +0 -0
  97. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/go_task_bin/__init__.py +0 -0
  98. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.editorconfig +0 -0
  99. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.git +0 -0
  100. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.gitattributes +0 -0
  101. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.github/CODE_OF_CONDUCT.md +0 -0
  102. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.github/CONTRIBUTING.md +0 -0
  103. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.github/FUNDING.yml +0 -0
  104. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  105. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  106. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.github/dependabot.yml +0 -0
  107. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.github/pull_request_template.md +0 -0
  108. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.github/workflows/issue-awaiting-response.yml +0 -0
  109. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.github/workflows/issue-closed.yml +0 -0
  110. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.github/workflows/issue-experiment.yml +0 -0
  111. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.github/workflows/issue-needs-triage.yml +0 -0
  112. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.github/workflows/lint.yml +0 -0
  113. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.github/workflows/release.yml +0 -0
  114. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.github/workflows/sync-translated-documents.yml +0 -0
  115. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.github/workflows/test.yml +0 -0
  116. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.github/workflows/upload-source-documents.yml +0 -0
  117. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.gitignore +0 -0
  118. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.golangci.yml +0 -0
  119. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.goreleaser.yml +0 -0
  120. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.mockery.yaml +0 -0
  121. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.nvmrc +0 -0
  122. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.prettierignore +0 -0
  123. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.prettierrc.yml +0 -0
  124. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/.vscode/settings-sample.json +0 -0
  125. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/LICENSE +0 -0
  126. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/args/args.go +0 -0
  127. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/args/args_test.go +0 -0
  128. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/bin/.keep +0 -0
  129. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/cmd/release/main.go +0 -0
  130. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/cmd/sleepit/sleepit.go +0 -0
  131. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/completion/bash/task.bash +0 -0
  132. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/completion/fish/task.fish +0 -0
  133. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/completion/ps/task.ps1 +0 -0
  134. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/completion/zsh/_task +0 -0
  135. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/concurrency.go +0 -0
  136. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/.gitignore +0 -0
  137. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/.nojekyll +0 -0
  138. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/.prettierignore +0 -0
  139. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/Taskfile.yml +0 -0
  140. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/babel.config.js +0 -0
  141. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/blog/2023-09-02-introducing-experiments.md +0 -0
  142. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/blog/authors.yml +0 -0
  143. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/constants.js +0 -0
  144. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/crowdin.yml +0 -0
  145. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/api_reference.md +0 -0
  146. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/community.md +0 -0
  147. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/contributing.md +0 -0
  148. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/deprecations/deprecations.md +0 -0
  149. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/deprecations/template.md +0 -0
  150. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/deprecations/version_2_schema.md +0 -0
  151. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/experiments/experiments.md +0 -0
  152. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/experiments/gentle_force.md +0 -0
  153. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/experiments/template.md +0 -0
  154. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/faq.md +0 -0
  155. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/installation.md +0 -0
  156. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/integrations.md +0 -0
  157. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/releasing.md +0 -0
  158. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/styleguide.md +0 -0
  159. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/taskfile_versions.md +0 -0
  160. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docs/translate.md +0 -0
  161. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/docusaurus.config.js +0 -0
  162. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/en/code.json +0 -0
  163. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/en/docusaurus-plugin-content-docs/current.json +0 -0
  164. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/en/docusaurus-theme-classic/footer.json +0 -0
  165. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/en/docusaurus-theme-classic/navbar.json +0 -0
  166. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/code.json +0 -0
  167. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +0 -0
  168. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-blog/authors.yml +0 -0
  169. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/api_reference.md +0 -0
  170. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/community.md +0 -0
  171. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/contributing.md +0 -0
  172. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -0
  173. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -0
  174. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -0
  175. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/experiments/experiments.md +0 -0
  176. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +0 -0
  177. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/experiments/template.md +0 -0
  178. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
  179. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/faq.md +0 -0
  180. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/installation.md +0 -0
  181. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/integrations.md +0 -0
  182. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/releasing.md +0 -0
  183. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/styleguide.md +0 -0
  184. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/taskfile_versions.md +0 -0
  185. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/translate.md +0 -0
  186. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current.json +0 -0
  187. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-theme-classic/footer.json +0 -0
  188. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-theme-classic/navbar.json +0 -0
  189. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/code.json +0 -0
  190. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +0 -0
  191. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/api_reference.md +0 -0
  192. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/contributing.md +0 -0
  193. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -0
  194. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +0 -0
  195. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/experiments/template.md +0 -0
  196. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
  197. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/faq.md +0 -0
  198. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/installation.md +0 -0
  199. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/integrations.md +0 -0
  200. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/releasing.md +0 -0
  201. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/translate.md +0 -0
  202. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current.json +0 -0
  203. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-theme-classic/footer.json +0 -0
  204. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-theme-classic/navbar.json +0 -0
  205. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/code.json +0 -0
  206. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +0 -0
  207. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-blog/authors.yml +0 -0
  208. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/api_reference.md +0 -0
  209. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/community.md +0 -0
  210. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/contributing.md +0 -0
  211. {go_task_bin-3.31.0/task/docs/i18n/fr-FR → go_task_bin-3.32.0/task/docs/i18n/ja-JP}/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -0
  212. {go_task_bin-3.31.0/task/docs/i18n/fr-FR → go_task_bin-3.32.0/task/docs/i18n/ja-JP}/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -0
  213. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -0
  214. {go_task_bin-3.31.0/task/docs/i18n/fr-FR → go_task_bin-3.32.0/task/docs/i18n/ja-JP}/docusaurus-plugin-content-docs/current/experiments/experiments.md +0 -0
  215. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +0 -0
  216. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/experiments/template.md +0 -0
  217. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
  218. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/faq.md +0 -0
  219. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/integrations.md +0 -0
  220. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/releasing.md +0 -0
  221. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/styleguide.md +0 -0
  222. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/translate.md +0 -0
  223. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current.json +0 -0
  224. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-theme-classic/footer.json +0 -0
  225. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-theme-classic/navbar.json +0 -0
  226. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/code.json +0 -0
  227. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +0 -0
  228. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-blog/authors.yml +0 -0
  229. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/api_reference.md +0 -0
  230. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/community.md +0 -0
  231. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/contributing.md +0 -0
  232. {go_task_bin-3.31.0/task/docs/i18n/ja-JP → go_task_bin-3.32.0/task/docs/i18n/pt-BR}/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -0
  233. {go_task_bin-3.31.0/task/docs/i18n/ja-JP → go_task_bin-3.32.0/task/docs/i18n/pt-BR}/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -0
  234. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -0
  235. {go_task_bin-3.31.0/task/docs/i18n/ja-JP → go_task_bin-3.32.0/task/docs/i18n/pt-BR}/docusaurus-plugin-content-docs/current/experiments/experiments.md +0 -0
  236. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +0 -0
  237. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/experiments/template.md +0 -0
  238. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
  239. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/faq.md +0 -0
  240. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/installation.md +0 -0
  241. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/integrations.md +0 -0
  242. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/releasing.md +0 -0
  243. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/styleguide.md +0 -0
  244. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/taskfile_versions.md +0 -0
  245. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/translate.md +0 -0
  246. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current.json +0 -0
  247. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-theme-classic/footer.json +0 -0
  248. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-theme-classic/navbar.json +0 -0
  249. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/code.json +0 -0
  250. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +0 -0
  251. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-blog/authors.yml +0 -0
  252. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/api_reference.md +0 -0
  253. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/community.md +0 -0
  254. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/contributing.md +0 -0
  255. {go_task_bin-3.31.0/task/docs/i18n/pt-BR → go_task_bin-3.32.0/task/docs/i18n/ru-RU}/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -0
  256. {go_task_bin-3.31.0/task/docs/i18n/pt-BR → go_task_bin-3.32.0/task/docs/i18n/ru-RU}/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -0
  257. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -0
  258. {go_task_bin-3.31.0/task/docs/i18n/pt-BR → go_task_bin-3.32.0/task/docs/i18n/ru-RU}/docusaurus-plugin-content-docs/current/experiments/experiments.md +0 -0
  259. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +0 -0
  260. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/experiments/template.md +0 -0
  261. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
  262. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/installation.md +0 -0
  263. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/integrations.md +0 -0
  264. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/releasing.md +0 -0
  265. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/styleguide.md +0 -0
  266. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/taskfile_versions.md +0 -0
  267. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/translate.md +0 -0
  268. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current.json +0 -0
  269. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-theme-classic/footer.json +0 -0
  270. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-theme-classic/navbar.json +0 -0
  271. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/code.json +0 -0
  272. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +0 -0
  273. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-blog/authors.yml +0 -0
  274. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/api_reference.md +0 -0
  275. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/community.md +0 -0
  276. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/contributing.md +0 -0
  277. {go_task_bin-3.31.0/task/docs/i18n/ru-RU → go_task_bin-3.32.0/task/docs/i18n/tr-TR}/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -0
  278. {go_task_bin-3.31.0/task/docs/i18n/ru-RU → go_task_bin-3.32.0/task/docs/i18n/tr-TR}/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -0
  279. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -0
  280. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/experiments.md +0 -0
  281. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +0 -0
  282. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/template.md +0 -0
  283. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
  284. {go_task_bin-3.31.0/task/docs/i18n/ru-RU → go_task_bin-3.32.0/task/docs/i18n/tr-TR}/docusaurus-plugin-content-docs/current/faq.md +0 -0
  285. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/installation.md +0 -0
  286. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/integrations.md +0 -0
  287. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/releasing.md +0 -0
  288. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/styleguide.md +0 -0
  289. {go_task_bin-3.31.0/task/docs/i18n/fr-FR → go_task_bin-3.32.0/task/docs/i18n/tr-TR}/docusaurus-plugin-content-docs/current/taskfile_versions.md +0 -0
  290. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/translate.md +0 -0
  291. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current.json +0 -0
  292. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-theme-classic/footer.json +0 -0
  293. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-theme-classic/navbar.json +0 -0
  294. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/code.json +0 -0
  295. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +0 -0
  296. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-blog/authors.yml +0 -0
  297. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/api_reference.md +0 -0
  298. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/community.md +0 -0
  299. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/contributing.md +0 -0
  300. {go_task_bin-3.31.0/task/docs/i18n/tr-TR → go_task_bin-3.32.0/task/docs/i18n/zh-Hans}/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -0
  301. {go_task_bin-3.31.0/task/docs/i18n/tr-TR → go_task_bin-3.32.0/task/docs/i18n/zh-Hans}/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -0
  302. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -0
  303. {go_task_bin-3.31.0/task/docs/i18n/ru-RU → go_task_bin-3.32.0/task/docs/i18n/zh-Hans}/docusaurus-plugin-content-docs/current/experiments/experiments.md +0 -0
  304. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +0 -0
  305. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/template.md +0 -0
  306. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
  307. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/faq.md +0 -0
  308. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/installation.md +0 -0
  309. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/integrations.md +0 -0
  310. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/releasing.md +0 -0
  311. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/styleguide.md +0 -0
  312. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/taskfile_versions.md +0 -0
  313. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/translate.md +0 -0
  314. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current.json +0 -0
  315. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-theme-classic/footer.json +0 -0
  316. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-theme-classic/navbar.json +0 -0
  317. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/package.json +0 -0
  318. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/prettier.config.js +0 -0
  319. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/sidebars.js +0 -0
  320. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/src/api/crowdin.js +0 -0
  321. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/src/components/.keep +0 -0
  322. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/src/css/carbon.css +0 -0
  323. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/src/css/custom.css +0 -0
  324. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/src/pages/.keep +0 -0
  325. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/src/themes/prismDark.js +0 -0
  326. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/src/themes/prismLight.js +0 -0
  327. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/static/.nojekyll +0 -0
  328. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/static/CNAME +0 -0
  329. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/static/img/appwrite.svg +0 -0
  330. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/static/img/favicon.ico +0 -0
  331. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/static/img/logo.png +0 -0
  332. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/static/img/logo.svg +0 -0
  333. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/static/img/logo_mono.svg +0 -0
  334. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/static/img/og-image.png +0 -0
  335. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/static/img/pix.png +0 -0
  336. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/static/install.sh +0 -0
  337. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/docs/static/js/carbon.js +0 -0
  338. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/errors/errors_task.go +0 -0
  339. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/hash.go +0 -0
  340. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/init.go +0 -0
  341. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/install-task.sh +0 -0
  342. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/compiler/compiler.go +0 -0
  343. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/compiler/env.go +0 -0
  344. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/compiler/v2/compiler_v2.go +0 -0
  345. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/compiler/v3/compiler_v3.go +0 -0
  346. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/deepcopy/deepcopy.go +0 -0
  347. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/editors/output.go +0 -0
  348. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/env/env.go +0 -0
  349. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/execext/devnull.go +0 -0
  350. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/execext/exec.go +0 -0
  351. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/experiments/experiments.go +0 -0
  352. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/filepathext/filepathext.go +0 -0
  353. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/fingerprint/checker.go +0 -0
  354. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/fingerprint/sources.go +0 -0
  355. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/fingerprint/sources_checksum_test.go +0 -0
  356. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/fingerprint/sources_none.go +0 -0
  357. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/fingerprint/sources_timestamp.go +0 -0
  358. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/fingerprint/status.go +0 -0
  359. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/fingerprint/task.go +0 -0
  360. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/hash/hash.go +0 -0
  361. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/logger/logger.go +0 -0
  362. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/mocks/sources_checkable.go +0 -0
  363. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/mocks/status_checkable.go +0 -0
  364. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/orderedmap/orderedmap.go +0 -0
  365. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/orderedmap/orderedmap_test.go +0 -0
  366. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/output/group.go +0 -0
  367. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/output/interleaved.go +0 -0
  368. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/output/output.go +0 -0
  369. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/output/output_test.go +0 -0
  370. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/output/prefixed.go +0 -0
  371. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/slicesext/slicesext.go +0 -0
  372. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/sort/sorter.go +0 -0
  373. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/sort/sorter_test.go +0 -0
  374. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/summary/summary.go +0 -0
  375. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/summary/summary_test.go +0 -0
  376. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/sysinfo/uid.go +0 -0
  377. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/sysinfo/uid_win.go +0 -0
  378. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/templater/funcs.go +0 -0
  379. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/term/term.go +0 -0
  380. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/internal/version/version.go +0 -0
  381. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/precondition.go +0 -0
  382. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/requires.go +0 -0
  383. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/signals.go +0 -0
  384. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/signals_test.go +0 -0
  385. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/status.go +0 -0
  386. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/call.go +0 -0
  387. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/cmd.go +0 -0
  388. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/dep.go +0 -0
  389. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/for.go +0 -0
  390. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/included_taskfile.go +0 -0
  391. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/location.go +0 -0
  392. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/output.go +0 -0
  393. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/platforms.go +0 -0
  394. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/platforms_test.go +0 -0
  395. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/precondition.go +0 -0
  396. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/precondition_test.go +0 -0
  397. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/read/cache.go +0 -0
  398. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/read/dotenv.go +0 -0
  399. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/read/node.go +0 -0
  400. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/read/node_base.go +0 -0
  401. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/read/node_file.go +0 -0
  402. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/read/node_http.go +0 -0
  403. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/read/taskvars.go +0 -0
  404. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/requires.go +0 -0
  405. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/taskfile.go +0 -0
  406. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/taskfile_test.go +0 -0
  407. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/tasks.go +0 -0
  408. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/taskfile/var.go +0 -0
  409. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/alias/Taskfile.yml +0 -0
  410. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/alias/Taskfile2.yml +0 -0
  411. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/alias/alias-summary.txt +0 -0
  412. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/alias/alias.txt +0 -0
  413. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/checksum/.gitignore +0 -0
  414. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/checksum/source.txt +0 -0
  415. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/concurrency/Taskfile.yml +0 -0
  416. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/cyclic/Taskfile.yml +0 -0
  417. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/deferred/Taskfile.yml +0 -0
  418. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/deps/.gitignore +0 -0
  419. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/deps/Taskfile.yml +0 -0
  420. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dir/Taskfile.yml +0 -0
  421. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dir/dynamic_var/.gitignore +0 -0
  422. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dir/dynamic_var/Taskfile.yml +0 -0
  423. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dir/dynamic_var/subdirectory/Taskfile.yml +0 -0
  424. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dir/dynamic_var_on_created_dir/Taskfile.yml +0 -0
  425. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dir/explicit_doesnt_exist/Taskfile.yml +0 -0
  426. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dir/explicit_exists/Taskfile.yml +0 -0
  427. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dir/explicit_exists/exists/.keep +0 -0
  428. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dotenv/.gitignore +0 -0
  429. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dotenv/default/Taskfile.yml +0 -0
  430. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dotenv/env_var_in_path/.env.testing +0 -0
  431. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dotenv/env_var_in_path/Taskfile.yml +0 -0
  432. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dotenv/error_included_envs/Taskfile.yml +0 -0
  433. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dotenv/include1/.env +0 -0
  434. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dotenv/include1/Taskfile.yml +0 -0
  435. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dotenv/include1/envs/.env +0 -0
  436. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dotenv/local_env_in_path/.env.testing +0 -0
  437. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dotenv/local_env_in_path/Taskfile.yml +0 -0
  438. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dotenv/local_var_in_path/.env.testing +0 -0
  439. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dotenv/local_var_in_path/Taskfile.yml +0 -0
  440. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dotenv/missing_env/Taskfile.yml +0 -0
  441. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dotenv_task/default/.env +0 -0
  442. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dotenv_task/default/.gitignore +0 -0
  443. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dotenv_task/default/Taskfile.yml +0 -0
  444. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dry/Taskfile.yml +0 -0
  445. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dry_checksum/Taskfile.yml +0 -0
  446. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/dry_checksum/source.txt +0 -0
  447. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/empty_task/Taskfile.yml +0 -0
  448. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/env/.gitignore +0 -0
  449. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/env/Taskfile.yml +0 -0
  450. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/error_code/Taskfile.yml +0 -0
  451. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/evaluate_symlinks_in_paths/Taskfile.yaml +0 -0
  452. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/evaluate_symlinks_in_paths/shared/b +0 -0
  453. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/evaluate_symlinks_in_paths/shared/inner_shared/c +0 -0
  454. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/evaluate_symlinks_in_paths/src/a +0 -0
  455. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/exit_immediately/Taskfile.yml +0 -0
  456. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/expand/Taskfile.yml +0 -0
  457. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/file_names/.gitignore +0 -0
  458. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/file_names/Taskfile.dist.yaml/Taskfile.dist.yaml +0 -0
  459. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/file_names/Taskfile.dist.yml/Taskfile.dist.yml +0 -0
  460. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/file_names/Taskfile.yaml/Taskfile.yaml +0 -0
  461. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/file_names/Taskfile.yml/Taskfile.yml +0 -0
  462. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/for/Taskfile.yml +0 -0
  463. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/for/bar.txt +0 -0
  464. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/for/foo.txt +0 -0
  465. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/force/Taskfile.yml +0 -0
  466. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/generates/.gitignore +0 -0
  467. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/generates/Taskfile.yml +0 -0
  468. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/generates/sub/.keep +0 -0
  469. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/ignore_errors/Taskfile.yml +0 -0
  470. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/ignore_nil_elements/cmds/Taskfile.yml +0 -0
  471. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/ignore_nil_elements/deps/Taskfile.yml +0 -0
  472. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/ignore_nil_elements/includes/Taskfile.yml +0 -0
  473. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/ignore_nil_elements/includes/inc.yml +0 -0
  474. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/ignore_nil_elements/preconditions/Taskfile.yml +0 -0
  475. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/ignore_signals/Taskfile.yml +0 -0
  476. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/include_with_vars/Taskfile.yml +0 -0
  477. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/include_with_vars/include/Taskfile.include.yml +0 -0
  478. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/include_with_vars_multi_level/Taskfile.yml +0 -0
  479. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/include_with_vars_multi_level/bar/Taskfile.yml +0 -0
  480. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/include_with_vars_multi_level/foo/Taskfile.yml +0 -0
  481. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/include_with_vars_multi_level/lib/Taskfile.yml +0 -0
  482. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes/.gitignore +0 -0
  483. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes/Taskfile.yml +0 -0
  484. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes/Taskfile2.yml +0 -0
  485. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes/Taskfile_darwin.yml +0 -0
  486. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes/Taskfile_linux.yml +0 -0
  487. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes/Taskfile_windows.yml +0 -0
  488. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes/included/Taskfile.yml +0 -0
  489. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes/module1/Taskfile.yml +0 -0
  490. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes/module2/Taskfile.yml +0 -0
  491. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_call_root_task/.gitignore +0 -0
  492. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_call_root_task/Taskfile.yml +0 -0
  493. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_call_root_task/Taskfile2.yml +0 -0
  494. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_cycle/Taskfile.yml +0 -0
  495. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_cycle/one/Taskfile.yml +0 -0
  496. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_cycle/one/two/Taskfile.yml +0 -0
  497. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_deps/.gitignore +0 -0
  498. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_deps/Taskfile.yml +0 -0
  499. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_deps/Taskfile2.yml +0 -0
  500. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_empty/.gitignore +0 -0
  501. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_empty/Taskfile.yml +0 -0
  502. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_empty/Taskfile2.yml +0 -0
  503. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_incorrect/Taskfile.yml +0 -0
  504. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_incorrect/incomplete.yml +0 -0
  505. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_internal/Taskfile.yml +0 -0
  506. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_internal/Taskfile2.yml +0 -0
  507. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_interpolation/Taskfile.yml +0 -0
  508. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_interpolation/included/Taskfile.yml +0 -0
  509. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_multi_level/Taskfile.yml +0 -0
  510. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_multi_level/called_one.txt +0 -0
  511. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_multi_level/called_three.txt +0 -0
  512. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_multi_level/called_two.txt +0 -0
  513. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_multi_level/one/Taskfile.yml +0 -0
  514. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_multi_level/one/two/Taskfile.yml +0 -0
  515. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_multi_level/one/two/three/Taskfile.yml +0 -0
  516. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_optional/.gitignore +0 -0
  517. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_optional/Taskfile.yml +0 -0
  518. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_optional_explicit_false/Taskfile.yml +0 -0
  519. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_optional_implicit_false/Taskfile.yml +0 -0
  520. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_rel_path/Taskfile.yml +0 -0
  521. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_rel_path/common/Taskfile.yml +0 -0
  522. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_rel_path/included/Taskfile.yml +0 -0
  523. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_shadowed_default/Taskfile.yml +0 -0
  524. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_shadowed_default/Taskfile2.yml +0 -0
  525. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_shadowed_default/file.txt +0 -0
  526. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_unshadowed_default/Taskfile.yml +0 -0
  527. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_unshadowed_default/Taskfile2.yml +0 -0
  528. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_unshadowed_default/file.txt +0 -0
  529. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_yaml/.gitignore +0 -0
  530. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_yaml/Custom.ext +0 -0
  531. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_yaml/included/Taskfile.yaml +0 -0
  532. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/includes_yaml/included/custom.yaml +0 -0
  533. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/incorrect_includes/Taskfile.yml +0 -0
  534. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/incorrect_includes/included/Taskfile.yml +0 -0
  535. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/init/.gitignore +0 -0
  536. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/internal_task/Taskfile.yml +0 -0
  537. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/label_list/Taskfile.yml +0 -0
  538. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/label_status/Taskfile.yml +0 -0
  539. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/label_summary/Taskfile.yml +0 -0
  540. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/label_uptodate/Taskfile.yml +0 -0
  541. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/label_var/Taskfile.yml +0 -0
  542. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/list_desc_interpolation/Taskfile.yml +0 -0
  543. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/list_mixed_desc/Taskfile.yml +0 -0
  544. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/output_group/Taskfile.yml +0 -0
  545. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/output_group_error_only/Taskfile.yml +0 -0
  546. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/params/.gitignore +0 -0
  547. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/params/Taskfile.yml +0 -0
  548. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/precondition/Taskfile.yml +0 -0
  549. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/precondition/foo.txt +0 -0
  550. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/prompt/Taskfile.yml +0 -0
  551. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/run/.gitignore +0 -0
  552. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/run/Taskfile.yml +0 -0
  553. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/shopts/command_level/Taskfile.yml +0 -0
  554. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/shopts/global_level/Taskfile.yml +0 -0
  555. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/shopts/task_level/Taskfile.yml +0 -0
  556. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/short_task_notation/Taskfile.yml +0 -0
  557. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/silent/Taskfile.yml +0 -0
  558. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/single_cmd_dep/.gitignore +0 -0
  559. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/single_cmd_dep/Taskfile.yml +0 -0
  560. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/special_vars/Taskfile.yml +0 -0
  561. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/special_vars/included/Taskfile.yml +0 -0
  562. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/split_args/Taskfile.yml +0 -0
  563. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/status/.gitignore +0 -0
  564. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/status/Taskfile.yml +0 -0
  565. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/status_vars/.gitignore +0 -0
  566. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/status_vars/Taskfile.yml +0 -0
  567. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/status_vars/source.txt +0 -0
  568. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/summary/Taskfile.yml +0 -0
  569. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/summary/task-with-summary.txt +0 -0
  570. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/taskfile_walk/Taskfile.yml +0 -0
  571. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/taskfile_walk/foo/bar/.gitkeep +0 -0
  572. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/user_working_dir/Taskfile.yml +0 -0
  573. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/user_working_dir_with_includes/Taskfile.yml +0 -0
  574. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/user_working_dir_with_includes/included/Taskfile.yml +0 -0
  575. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/user_working_dir_with_includes/somedir/.keep +0 -0
  576. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/vars/v2/.gitignore +0 -0
  577. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/vars/v2/Taskfile.yml +0 -0
  578. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/vars/v2/Taskvars.yml +0 -0
  579. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/vars/v2/multiline/Taskfile.yml +0 -0
  580. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/vars/v3/.env +0 -0
  581. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/vars/v3/.gitignore +0 -0
  582. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/vars/v3/Taskfile.yml +0 -0
  583. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/version/v1/Taskfile.yml +0 -0
  584. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/version/v2/Taskfile.yml +0 -0
  585. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/watcher_interval/.gitignore +0 -0
  586. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/testdata/watcher_interval/Taskfile.yaml +0 -0
  587. {go_task_bin-3.31.0 → go_task_bin-3.32.0}/task/watch_test.go +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: go-task-bin
3
- Version: 3.31.0
3
+ Version: 3.32.0
4
4
  Summary: task - A task runner / simpler Make alternative written in Go
5
5
  Keywords: build build-tool devops go make makefile runner task task-runner taskfile tool
6
6
  Author-Email: dowon <ks2515@naver.com>
@@ -5,7 +5,7 @@ import sys
5
5
  from pathlib import Path
6
6
 
7
7
  NAME = "task"
8
- VERSION = "3.30.1"
8
+ VERSION = "3.32.0"
9
9
 
10
10
 
11
11
  def is_windows():
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "go-task-bin"
3
3
  description = "task - A task runner / simpler Make alternative written in Go"
4
- version = "3.31.0"
4
+ version = "3.32.0"
5
5
  authors = [
6
6
  { name = "dowon", email = "ks2515@naver.com" },
7
7
  ]
@@ -4,7 +4,7 @@ contact_links:
4
4
  url: https://github.com/go-task/vscode-task
5
5
  about: Issues related to the Visual Studio Code extension should be opened here.
6
6
  - name: Help forum on Discord
7
- url: https://discord.com/channels/974121106208354339/1025054680289660989
7
+ url: https://discord.gg/6TY36E39UK
8
8
  about: 'The Discord #help channel is the best way to get help from the community.'
9
9
  - name: Questions, Ideas and General Discussions
10
10
  url: https://github.com/go-task/task/discussions
@@ -1,10 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## v3.32.0 - 2023-11-29
4
+
5
+ - Added ability to exclude some files from `sources:` by using `exclude:` (#225,
6
+ #1324 by @pd93 and @andreynering).
7
+ - The
8
+ [Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles)
9
+ now prefers remote files over cached ones by default (#1317, #1345 by @pd93).
10
+ - Added `--timeout` flag to the
11
+ [Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles)
12
+ (#1317, #1345 by @pd93).
13
+ - Fix bug where dynamic `vars:` and `env:` were being executed when they should
14
+ actually be skipped by `platforms:` (#1273, #1377 by @andreynering).
15
+ - Fix `schema.json` to make `silent` valid in `cmds` that use `for` (#1385,
16
+ #1386 by @iainvm).
17
+ - Add new `--no-status` flag to skip expensive status checks when running
18
+ `task --list --json` (#1348, #1368 by @amancevice).
19
+
3
20
  ## v3.31.0 - 2023-10-07
4
21
 
5
22
  - Enabled the `--yes` flag for the
6
23
  [Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles)
7
- (#1344 by @pd93).
24
+ (#1317, #1344 by @pd93).
8
25
  - Add ability to set `watch: true` in a task to automatically run it in watch
9
26
  mode (#231, #1361 by @andreynering).
10
27
  - Fixed a bug on the watch mode where paths that contained `.git` (like
@@ -18,8 +35,8 @@
18
35
  exists to detect recursive calls, but will be removed in favor of a better
19
36
  algorithm soon (#1321, #1332).
20
37
  - Fixed templating on descriptions on `task --list` (#1343 by @blackjid).
21
- - Fixed a bug where precondition errors were incorrectly being printed when
22
- task execution was aborted (#1337, #1338 by @sylv-io).
38
+ - Fixed a bug where precondition errors were incorrectly being printed when task
39
+ execution was aborted (#1337, #1338 by @sylv-io).
23
40
 
24
41
  ## v3.30.1 - 2023-09-14
25
42
 
@@ -13,17 +13,3 @@
13
13
  <a href="https://taskfile.dev/installation/">Installation</a> | <a href="https://taskfile.dev/usage/">Documentation</a> | <a href="https://twitter.com/taskfiledev">Twitter</a> | <a href="https://fosstodon.org/@task">Mastodon</a> | <a href="https://discord.gg/6TY36E39UK">Discord</a>
14
14
  </p>
15
15
  </div>
16
-
17
- ## Gold Sponsors
18
-
19
- <div align="center">
20
-
21
- | [Appwrite][appwrite] |
22
- | ------------------------------------------------------ |
23
- | [![Appwrite](/docs/static/img/appwrite.svg)][appwrite] |
24
-
25
- </div>
26
-
27
- <!-- prettier-ignore-start -->
28
- [appwrite]: https://appwrite.io/?utm_source=task_github&utm_medium=social&utm_campaign=task_oss_fund
29
- <!-- prettier-ignore-end -->
@@ -113,11 +113,16 @@ tasks:
113
113
  GO_PACKAGES:
114
114
  sh: go list ./...
115
115
 
116
- test-release:
116
+ goreleaser:test:
117
117
  desc: Tests release process without publishing
118
118
  cmds:
119
119
  - goreleaser --snapshot --clean
120
120
 
121
+ goreleaser:install:
122
+ desc: Installs goreleaser
123
+ cmds:
124
+ - go install github.com/goreleaser/goreleaser@latest
125
+
121
126
  release:
122
127
  desc: Prepare the project for a new release
123
128
  cmds:
@@ -53,6 +53,7 @@ var flags struct {
53
53
  listJson bool
54
54
  taskSort string
55
55
  status bool
56
+ noStatus bool
56
57
  insecure bool
57
58
  force bool
58
59
  forceAll bool
@@ -74,6 +75,7 @@ var flags struct {
74
75
  experiments bool
75
76
  download bool
76
77
  offline bool
78
+ timeout time.Duration
77
79
  }
78
80
 
79
81
  func main() {
@@ -115,6 +117,7 @@ func run() error {
115
117
  pflag.BoolVarP(&flags.listJson, "json", "j", false, "Formats task list as JSON.")
116
118
  pflag.StringVar(&flags.taskSort, "sort", "", "Changes the order of the tasks when listed. [default|alphanumeric|none].")
117
119
  pflag.BoolVar(&flags.status, "status", false, "Exits with non-zero exit code if any of the given tasks is not up-to-date.")
120
+ pflag.BoolVar(&flags.noStatus, "no-status", false, "Ignore status when listing tasks as JSON")
118
121
  pflag.BoolVar(&flags.insecure, "insecure", false, "Forces Task to download Taskfiles over insecure connections.")
119
122
  pflag.BoolVarP(&flags.watch, "watch", "w", false, "Enables watch of the given task.")
120
123
  pflag.BoolVarP(&flags.verbose, "verbose", "v", false, "Enables verbose mode.")
@@ -148,6 +151,7 @@ func run() error {
148
151
  if experiments.RemoteTaskfiles {
149
152
  pflag.BoolVar(&flags.download, "download", false, "Downloads a cached version of a remote Taskfile.")
150
153
  pflag.BoolVar(&flags.offline, "offline", false, "Forces Task to only use local or cached Taskfiles.")
154
+ pflag.DurationVar(&flags.timeout, "timeout", time.Second*10, "Timeout for downloading remote Taskfiles.")
151
155
  }
152
156
 
153
157
  pflag.Parse()
@@ -233,6 +237,7 @@ func run() error {
233
237
  Insecure: flags.insecure,
234
238
  Download: flags.download,
235
239
  Offline: flags.offline,
240
+ Timeout: flags.timeout,
236
241
  Watch: flags.watch,
237
242
  Verbose: flags.verbose,
238
243
  Silent: flags.silent,
@@ -254,7 +259,7 @@ func run() error {
254
259
  TaskSorter: taskSorter,
255
260
  }
256
261
 
257
- listOptions := task.NewListOptions(flags.list, flags.listAll, flags.listJson)
262
+ listOptions := task.NewListOptions(flags.list, flags.listAll, flags.listJson, flags.noStatus)
258
263
  if err := listOptions.Validate(); err != nil {
259
264
  return err
260
265
  }
@@ -268,6 +273,12 @@ func run() error {
268
273
  return err
269
274
  }
270
275
 
276
+ // If the download flag is specified, we should stop execution as soon as
277
+ // taskfile is downloaded
278
+ if flags.download {
279
+ return nil
280
+ }
281
+
271
282
  if listOptions.ShouldListTasks() {
272
283
  foundTasks, err := e.ListTasks(listOptions)
273
284
  if err != nil {
@@ -296,9 +307,7 @@ func run() error {
296
307
  }
297
308
 
298
309
  // If there are no calls, run the default task instead
299
- // Unless the download flag is specified, in which case we want to download
300
- // the Taskfile and do nothing else
301
- if len(calls) == 0 && !flags.download {
310
+ if len(calls) == 0 {
302
311
  calls = append(calls, taskfile.Call{Task: "default", Direct: true})
303
312
  }
304
313
 
@@ -5,11 +5,28 @@ sidebar_position: 14
5
5
 
6
6
  # Changelog
7
7
 
8
+ ## v3.32.0 - 2023-11-29
9
+
10
+ - Added ability to exclude some files from `sources:` by using `exclude:` ([#225](https://github.com/go-task/task/issues/225),
11
+ [#1324](https://github.com/go-task/task/issues/1324) by [@pd93](https://github.com/pd93) and [@andreynering](https://github.com/andreynering)).
12
+ - The
13
+ [Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles)
14
+ now prefers remote files over cached ones by default ([#1317](https://github.com/go-task/task/issues/1317), [#1345](https://github.com/go-task/task/issues/1345) by [@pd93](https://github.com/pd93)).
15
+ - Added `--timeout` flag to the
16
+ [Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles)
17
+ ([#1317](https://github.com/go-task/task/issues/1317), [#1345](https://github.com/go-task/task/issues/1345) by [@pd93](https://github.com/pd93)).
18
+ - Fix bug where dynamic `vars:` and `env:` were being executed when they should
19
+ actually be skipped by `platforms:` ([#1273](https://github.com/go-task/task/issues/1273), [#1377](https://github.com/go-task/task/issues/1377) by [@andreynering](https://github.com/andreynering)).
20
+ - Fix `schema.json` to make `silent` valid in `cmds` that use `for` ([#1385](https://github.com/go-task/task/issues/1385),
21
+ [#1386](https://github.com/go-task/task/issues/1386) by [@iainvm](https://github.com/iainvm)).
22
+ - Add new `--no-status` flag to skip expensive status checks when running
23
+ `task --list --json` ([#1348](https://github.com/go-task/task/issues/1348), [#1368](https://github.com/go-task/task/issues/1368) by [@amancevice](https://github.com/amancevice)).
24
+
8
25
  ## v3.31.0 - 2023-10-07
9
26
 
10
27
  - Enabled the `--yes` flag for the
11
28
  [Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles)
12
- ([#1344](https://github.com/go-task/task/issues/1344) by [@pd93](https://github.com/pd93)).
29
+ ([#1317](https://github.com/go-task/task/issues/1317), [#1344](https://github.com/go-task/task/issues/1344) by [@pd93](https://github.com/pd93)).
13
30
  - Add ability to set `watch: true` in a task to automatically run it in watch
14
31
  mode ([#231](https://github.com/go-task/task/issues/231), [#1361](https://github.com/go-task/task/issues/1361) by [@andreynering](https://github.com/andreynering)).
15
32
  - Fixed a bug on the watch mode where paths that contained `.git` (like
@@ -23,8 +40,8 @@ sidebar_position: 14
23
40
  exists to detect recursive calls, but will be removed in favor of a better
24
41
  algorithm soon ([#1321](https://github.com/go-task/task/issues/1321), [#1332](https://github.com/go-task/task/issues/1332)).
25
42
  - Fixed templating on descriptions on `task --list` ([#1343](https://github.com/go-task/task/issues/1343) by [@blackjid](https://github.com/blackjid)).
26
- - Fixed a bug where precondition errors were incorrectly being printed when
27
- task execution was aborted ([#1337](https://github.com/go-task/task/issues/1337), [#1338](https://github.com/go-task/task/issues/1338) by [@sylv](https://github.com/sylv)-io).
43
+ - Fixed a bug where precondition errors were incorrectly being printed when task
44
+ execution was aborted ([#1337](https://github.com/go-task/task/issues/1337), [#1338](https://github.com/go-task/task/issues/1338) by [@sylv](https://github.com/sylv)-io).
28
45
 
29
46
  ## v3.30.1 - 2023-09-14
30
47
 
@@ -19,7 +19,9 @@ the website homepage and on the GitHub repository README. Make contact with
19
19
  ## GitHub Sponsors
20
20
 
21
21
  The preferred way to donate to the maintainers is via GitHub Sponsors. Just use
22
- the following links to do your donation:
22
+ the following links to do your donation.
23
+ We suggest a 50/50 split to each maintainer of the total amount you plan to
24
+ donate to the project.
23
25
 
24
26
  - [@andreynering](https://github.com/sponsors/andreynering)
25
27
  - [@pd93](https://github.com/sponsors/pd93)
@@ -74,16 +74,17 @@ you are doing.
74
74
 
75
75
  ## Caching & Running Offline
76
76
 
77
- If for whatever reason, you don't have access to the internet, but you still
78
- need to be able to run your tasks, you are able to use the `--download` flag to
79
- store a cached copy of the remote Taskfile.
80
-
81
- <!-- TODO: The following behavior may change -->
82
-
83
- If Task detects that you have a local copy of the remote Taskfile, it will use
84
- your local copy instead of downloading the remote file. You can force Task to
85
- work offline by using the `--offline` flag. This will prevent Task from making
86
- any calls to remote sources.
77
+ Whenever you run a remote Taskfile, the latest copy will be downloaded from the
78
+ internet and cached locally. If for whatever reason, you lose access to the
79
+ internet, you will still be able to run your tasks by specifying the `--offline`
80
+ flag. This will tell Task to use the latest cached version of the file instead
81
+ of trying to download it. You are able to use the `--download` flag to update
82
+ the cached version of the remote files without running any tasks.
83
+
84
+ By default, Task will timeout requests to download remote files after 10 seconds
85
+ and look for a cached copy instead. This timeout can be configured by setting
86
+ the `--timeout` flag and specifying a duration. For example, `--timeout 5s` will
87
+ set the timeout to 5 seconds.
87
88
 
88
89
  <!-- prettier-ignore-start -->
89
90
  [remote-taskfiles-experiment]: https://github.com/go-task/task/issues/1317
@@ -50,16 +50,6 @@ guide to check the full schema documentation and Task features.
50
50
  of files haven't changed since last run (based either on its timestamp or
51
51
  content).
52
52
 
53
- ## Gold Sponsors
54
-
55
- <div class="gold-sponsors">
56
-
57
- | [Appwrite](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) |
58
- | ---------------------------------------------------------------------------------------------------------------------------- |
59
- | [![Appwrite](/img/appwrite.svg)](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) |
60
-
61
- </div>
62
-
63
53
  <!-- prettier-ignore-start -->
64
54
  [make]: https://www.gnu.org/software/make/
65
55
  [go]: https://go.dev/
@@ -642,11 +642,27 @@ tasks:
642
642
  - public/bundle.css
643
643
  ```
644
644
 
645
- `sources` and `generates` can be files or file patterns. When given, Task will
645
+ `sources` and `generates` can be files or glob patterns. When given, Task will
646
646
  compare the checksum of the source files to determine if it's necessary to run
647
647
  the task. If not, it will just print a message like `Task "js" is up to date`.
648
648
 
649
- If you prefer this check to be made by the modification timestamp of the files,
649
+ `exclude:` can also be used to exclude files from fingerprinting.
650
+ Sources are evaluated in order, so `exclude:` must come after the positive
651
+ glob it is negating.
652
+
653
+ ```yaml
654
+ version: '3'
655
+
656
+ tasks:
657
+ css:
658
+ sources:
659
+ - mysources/**/*.css
660
+ - exclude: mysources/ignoreme.css
661
+ generates:
662
+ - public/bundle.css
663
+ ```
664
+
665
+ If you prefer these check to be made by the modification timestamp of the files,
650
666
  instead of its checksum (content), just set the `method` property to
651
667
  `timestamp`.
652
668
 
@@ -1001,9 +1017,9 @@ This works for all types of variables.
1001
1017
 
1002
1018
  ## Looping over values
1003
1019
 
1004
- As of v3.28.0, Task allows you to loop over certain values and execute a
1005
- command for each. There are a number of ways to do this depending on the type
1006
- of value you want to loop over.
1020
+ As of v3.28.0, Task allows you to loop over certain values and execute a command
1021
+ for each. There are a number of ways to do this depending on the type of value
1022
+ you want to loop over.
1007
1023
 
1008
1024
  ### Looping over a static list
1009
1025
 
@@ -1043,9 +1059,8 @@ match that glob.
1043
1059
 
1044
1060
  Source paths will always be returned as paths relative to the task directory. If
1045
1061
  you need to convert this to an absolute path, you can use the built-in
1046
- `joinPath` function.
1047
- There are some [special variables](/api/#special-variables) that you may find
1048
- useful for this.
1062
+ `joinPath` function. There are some [special variables](/api/#special-variables)
1063
+ that you may find useful for this.
1049
1064
 
1050
1065
  ```yaml
1051
1066
  version: '3'
@@ -1817,6 +1832,7 @@ interval: 500ms
1817
1832
  tasks:
1818
1833
  build:
1819
1834
  desc: Builds the Go application
1835
+ watch: true
1820
1836
  sources:
1821
1837
  - '**/*.go'
1822
1838
  cmds:
@@ -5,6 +5,17 @@ sidebar_position: 14
5
5
 
6
6
  # Changelog
7
7
 
8
+ ## v3.31.0 - 2023-10-07
9
+
10
+ - Enabled the `--yes` flag for the [Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles) ([#1344](https://github.com/go-task/task/issues/1344) by [@pd93](https://github.com/pd93)).
11
+ - Add ability to set `watch: true` in a task to automatically run it in watch mode ([#231](https://github.com/go-task/task/issues/231), [#1361](https://github.com/go-task/task/issues/1361) by [@andreynering](https://github.com/andreynering)).
12
+ - Fixed a bug on the watch mode where paths that contained `.git` (like `.github`), for example, were also being ignored ([#1356](https://github.com/go-task/task/issues/1356) by [@butuzov](https://github.com/butuzov)).
13
+ - Fixed a nil pointer error when running a Taskfile with no contents ([#1341](https://github.com/go-task/task/issues/1341), [#1342](https://github.com/go-task/task/issues/1342) by [@pd93](https://github.com/pd93)).
14
+ - Added a new [exit code](https://taskfile.dev/api/#exit-codes) (107) for when a Taskfile does not contain a schema version ([#1342](https://github.com/go-task/task/issues/1342) by [@pd93](https://github.com/pd93)).
15
+ - Increased limit of maximum task calls from 100 to 1000 for now, as some people have been reaching this limit organically now that we have loops. This check exists to detect recursive calls, but will be removed in favor of a better algorithm soon ([#1321](https://github.com/go-task/task/issues/1321), [#1332](https://github.com/go-task/task/issues/1332)).
16
+ - Fixed templating on descriptions on `task --list` ([#1343](https://github.com/go-task/task/issues/1343) by [@blackjid](https://github.com/blackjid)).
17
+ - Fixed a bug where precondition errors were incorrectly being printed when task execution was aborted ([#1337](https://github.com/go-task/task/issues/1337), [#1338](https://github.com/go-task/task/issues/1338) by [@sylv](https://github.com/sylv)-io).
18
+
8
19
  ## v3.30.1 - 2023-09-14
9
20
 
10
21
  - Fixed a regression where some special variables weren't being set correctly ([#1331](https://github.com/go-task/task/issues/1331), [#1334](https://github.com/go-task/task/issues/1334) by [@pd93](https://github.com/pd93)).
@@ -13,7 +13,7 @@ Companies who donate at least $50/month will be featured as a "Gold Sponsor" in
13
13
 
14
14
  ## GitHub Sponsors
15
15
 
16
- The preferred way to donate to the maintainers is via GitHub Sponsors. Just use the following links to do your donation:
16
+ The preferred way to donate to the maintainers is via GitHub Sponsors. Just use the following links to do your donation. We suggest a 50/50 split to each maintainer of the total amount you plan to donate to the project.
17
17
 
18
18
  - [@andreynering](https://github.com/sponsors/andreynering)
19
19
  - [@pd93](https://github.com/sponsors/pd93)
@@ -37,15 +37,18 @@ Running commands from sources that you do not control is always a potential secu
37
37
  1. When running a task from a remote Taskfile for the first time, Task will print a warning to the console asking you to check that you are sure that you trust the source of the Taskfile. If you do not accept the prompt, then Task will exit with code `104` (not trusted) and nothing will run. If you accept the prompt, the remote Taskfile will run and further calls to the remote Taskfile will not prompt you again.
38
38
  2. Whenever you run a remote Taskfile, Task will create and store a checksum of the file that you are running. If the checksum changes, then Task will print another warning to the console to inform you that the contents of the remote file has changed. If you do not accept the prompt, then Task will exit with code `104` (not trusted) and nothing will run. If you accept the prompt, the checksum will be updated and the remote Taskfile will run.
39
39
 
40
+ Sometimes you need to run Task in an environment that does not have an interactive terminal, so you are not able to accept a prompt. In these cases you are able to tell task to accept these prompts automatically by using the `--yes` flag. Before enabling this flag, you should:
41
+
42
+ 1. Be sure that you trust the source and contents of the remote Taskfile.
43
+ 2. Consider using a pinned version of the remote Taskfile (e.g. A link containing a commit hash) to prevent Task from automatically accepting a prompt that says a remote Taskfile has changed.
44
+
40
45
  Task currently supports both `http` and `https` URLs. However, the `http` requests will not execute by default unless you run the task with the `--insecure` flag. This is to protect you from accidentally running a remote Taskfile that is hosted on and unencrypted connection. Sources that are not protected by TLS are vulnerable to [man-in-the-middle attacks][man-in-the-middle-attacks] and should be avoided unless you know what you are doing.
41
46
 
42
47
  ## Caching & Running Offline
43
48
 
44
- If for whatever reason, you don't have access to the internet, but you still need to be able to run your tasks, you are able to use the `--download` flag to store a cached copy of the remote Taskfile.
45
-
46
- <!-- TODO: The following behavior may change -->
49
+ Whenever you run a remote Taskfile, the latest copy will be downloaded from the internet and cached locally. If for whatever reason, you lose access to the internet, you will still be able to run your tasks by specifying the `--offline` flag. This will tell Task to use the latest cached version of the file instead of trying to download it. You are able to use the `--download` flag to update the cached version of the remote files without running any tasks.
47
50
 
48
- If Task detects that you have a local copy of the remote Taskfile, it will use your local copy instead of downloading the remote file. You can force Task to work offline by using the `--offline` flag. This will prevent Task from making any calls to remote sources.
51
+ By default, Task will timeout requests to download remote files after 10 seconds and look for a cached copy instead. This timeout can be configured by setting the `--timeout` flag and specifying a duration. For example, `--timeout 5s` will set the timeout to 5 seconds.
49
52
 
50
53
  <!-- prettier-ignore-start -->
51
54
 
@@ -37,16 +37,6 @@ The above example is just the start, you can take a look at the [usage](/usage)
37
37
  - Truly cross-platform: while most build tools only work well on Linux or macOS, Task also supports Windows thanks to [this shell interpreter for Go][sh].
38
38
  - Great for code generation: you can easily [prevent a task from running](/usage#prevent-unnecessary-work) if a given set of files haven't changed since last run (based either on its timestamp or content).
39
39
 
40
- ## Gold Sponsors
41
-
42
- <div class="gold-sponsors">
43
-
44
- | [Appwrite](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) |
45
- | ---------------------------------------------------------------------------------------------------------------------------- |
46
- | [![Appwrite](/img/appwrite.svg)](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) |
47
-
48
- </div>
49
-
50
40
  <!-- prettier-ignore-start -->
51
41
 
52
42
  <!-- prettier-ignore-end -->
@@ -1581,6 +1581,29 @@ With the flags `--watch` or `-w` task will watch for file changes and run the ta
1581
1581
 
1582
1582
  The default watch interval is 5 seconds, but it's possible to change it by either setting `interval: '500ms'` in the root of the Taskfile passing it as an argument like `--interval=500ms`.
1583
1583
 
1584
+ Also, it's possible to set `watch: true` in a given task and it'll automatically run in watch mode:
1585
+
1586
+ ```yaml
1587
+ version: '3'
1588
+
1589
+ interval: 500ms
1590
+
1591
+ tasks:
1592
+ build:
1593
+ desc: Builds the Go application
1594
+ watch: true
1595
+ sources:
1596
+ - '**/*.go'
1597
+ cmds:
1598
+ - go build # ...
1599
+ ```
1600
+
1601
+ :::info
1602
+
1603
+ Note that when setting `watch: true` to a task, it'll only run in watch mode when running from the CLI via `task my-watch-task`, but won't run in watch mode if called by another task, either directly or as a dependency.
1604
+
1605
+ :::
1606
+
1584
1607
  <!-- prettier-ignore-start -->
1585
1608
 
1586
1609
  <!-- prettier-ignore-end -->
@@ -5,6 +5,6 @@ andreynering:
5
5
  image_url: https://github.com/andreynering.png
6
6
  pd93:
7
7
  name: Pete Davison
8
- title: Maintainer of Task
8
+ title: Mainteneur de Task
9
9
  url: https://github.com/pd93
10
10
  image_url: https://github.com/pd93.png
@@ -5,6 +5,17 @@ sidebar_position: 14
5
5
 
6
6
  # Changelog
7
7
 
8
+ ## v3.31.0 - 2023-10-07
9
+
10
+ - Enabled the `--yes` flag for the [Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles) ([#1344](https://github.com/go-task/task/issues/1344) by [@pd93](https://github.com/pd93)).
11
+ - Add ability to set `watch: true` in a task to automatically run it in watch mode ([#231](https://github.com/go-task/task/issues/231), [#1361](https://github.com/go-task/task/issues/1361) by [@andreynering](https://github.com/andreynering)).
12
+ - Fixed a bug on the watch mode where paths that contained `.git` (like `.github`), for example, were also being ignored ([#1356](https://github.com/go-task/task/issues/1356) by [@butuzov](https://github.com/butuzov)).
13
+ - Fixed a nil pointer error when running a Taskfile with no contents ([#1341](https://github.com/go-task/task/issues/1341), [#1342](https://github.com/go-task/task/issues/1342) by [@pd93](https://github.com/pd93)).
14
+ - Added a new [exit code](https://taskfile.dev/api/#exit-codes) (107) for when a Taskfile does not contain a schema version ([#1342](https://github.com/go-task/task/issues/1342) by [@pd93](https://github.com/pd93)).
15
+ - Increased limit of maximum task calls from 100 to 1000 for now, as some people have been reaching this limit organically now that we have loops. This check exists to detect recursive calls, but will be removed in favor of a better algorithm soon ([#1321](https://github.com/go-task/task/issues/1321), [#1332](https://github.com/go-task/task/issues/1332)).
16
+ - Fixed templating on descriptions on `task --list` ([#1343](https://github.com/go-task/task/issues/1343) by [@blackjid](https://github.com/blackjid)).
17
+ - Fixed a bug where precondition errors were incorrectly being printed when task execution was aborted ([#1337](https://github.com/go-task/task/issues/1337), [#1338](https://github.com/go-task/task/issues/1338) by [@sylv](https://github.com/sylv)-io).
18
+
8
19
  ## v3.30.1 - 2023-09-14
9
20
 
10
21
  - Fixed a regression where some special variables weren't being set correctly ([#1331](https://github.com/go-task/task/issues/1331), [#1334](https://github.com/go-task/task/issues/1334) by [@pd93](https://github.com/pd93)).
@@ -9,7 +9,7 @@ Certains travaux d'amélioration de l'écosystème Task sont réalisés par la c
9
9
 
10
10
  ## Traductions
11
11
 
12
- We use [Crowdin](https://crowdin.com/project/taskfile) to translate our document.
12
+ Nous utilisons [Crowdin](https://crowdin.com/project/taskfile) pour traduire nos documents.
13
13
 
14
14
  ## Intégrations
15
15
 
@@ -0,0 +1,12 @@
1
+ ---
2
+ slug: /deprecations/
3
+ sidebar_position: 7
4
+ ---
5
+
6
+ # Dépréciations
7
+
8
+ Au fur et à mesure que Task évolue, certaines de ses fonctionnalités peuvent se montrer obsolètes. Cela peut être dû au fait qu'elles ne sont plus utiles, parce qu'une autre fonctionnalité l'a remplacée ou à cause d'un changement dans la façon dont la tâche fonctionne.
9
+
10
+ Lorsque cela se produit, nous marquons la fonctionnalité comme obsolète. Cela signifie que sera supprimé dans une future version de Task. La fonctionnalité continuera de fonctionner en attendant, mais il vous est fortement recommandé de ne plus l'utiliser et de planifier un plan de migration pour changer toutes les tâches pouvant l'utiliser.
11
+
12
+ Vous pouvez afficher une liste complète des dépréciations actives dans la section "Dépréciations" de la barre latérale.
@@ -0,0 +1,17 @@
1
+ ---
2
+ #This is a template for an experiments documentation
3
+ #Copy this page and fill in the details as necessary
4
+ title: '--- Template ---'
5
+ sidebar_position: -1 #Always push to the top
6
+ draft: true #Hide in production
7
+ ---
8
+
9
+ # {Nom de la fonctionnalité obsolète}
10
+
11
+ - Issue: [#{issue}](https://github.com/go-task/task/issues/{issue})
12
+ - Breaks:
13
+ - {lister toutes les fonctionnalités qui vont être brisées par ce changement}
14
+
15
+ {Description rapide de la fonctionnalité et de la raison de sa dépréciation}
16
+
17
+ {Courte explication des fonctionnalités à utiliser à la place, et comment les utilisateurs peuvent migrer vers cette autre fonctionnalité}
@@ -13,7 +13,7 @@ Les entreprises qui font un don d'au moins 50$/mois seront présentées comme un
13
13
 
14
14
  ## Sponsors GitHub
15
15
 
16
- La façon préférée de faire un don aux mainteneurs du projet est d'utiliser les sponsors GitHub. Utilisez simplement le lien suivant pour faire votre don :
16
+ La façon préférée de faire un don aux mainteneurs du projet est d'utiliser les sponsors GitHub. Vous pouvez utiliser le lien suivant pour faire votre don. Nous suggérons de donner 50% à chaque mainteneur du montant total que vous prévoyez de donner.
17
17
 
18
18
  - [@andreynering](https://github.com/sponsors/andreynering)
19
19
  - [@pd93](https://github.com/sponsors/pd93)
@@ -0,0 +1,78 @@
1
+ ---
2
+ slug: /experiments/
3
+ sidebar_position: 6
4
+ ---
5
+
6
+ # Expérimentations
7
+
8
+ :::caution
9
+
10
+ Toutes les fonctionnalités expérimentales sont sujettes à des changements brisant la fonctionnalité et/ou à la suppression de cette dernière _à tout moment _. Nous vous recommandons fortement de ne pas utiliser ces fonctionnalités dans en production. Ils sont seulement destinés à être testés et obtenir des retours dessus.
11
+
12
+ :::
13
+
14
+ Afin de permettre à Task d'évoluer rapidement, nous déployons des changements cassants sur des versions mineures activables par des options expérimentales. Cela nous permet d'obtenir des retours sur des changements brisants des fonctionnalités avant de les livrer dans une version majeure. Ce document décrit l'ensemble actuel de fonctionnalités expérimentales et leur statut dans le [workflow](#workflow).
15
+
16
+ Vous pouvez consulter une liste complète des expérimentations en cours dans la section "Expérimentations" de la barre latérale .
17
+
18
+ Vous pouvez activer une fonctionnalité expérimentale par:
19
+
20
+ 1. Utiliser la variable d'environnement pertinente devant une commande Task. Par exemple, `TASK_X_{FEATURE}=1 task {my-task}`. Ceci est prévu pour faire appel à une expérimentation durant une seule commande Task afin de tester une fonctionnalité expérimentale.
21
+ 1. Utiliser la variable d'environnement pertinente dans vos "dotfiles" (par exemple `.bashrc`, `.zshrc` etc.). Ceci est destiné à l'activation permanente des fonctionnalités expérimentales dans votre environnement.
22
+ 1. Création d'un fichier `.env` dans le même répertoire que votre fichier Taskfile contenant les variables d'environnement pertinentes pour vos tests. Par exemple :
23
+
24
+ ```shell
25
+ # .env
26
+ TASK_X_FEATURE=1
27
+ ```
28
+
29
+ ## Current Experimental Features and Deprecations
30
+
31
+ Each section below details an experiment or deprecation and explains what the flags/environment variables to enable the experiment are and how the feature's behavior will change. It will also explain what you need to do to migrate any existing Taskfiles to the new behavior.
32
+
33
+ ## Workflow
34
+
35
+ Experiments are a way for us to test out new features in Task before committing to them in a major release. Because this concept is built around the idea of feedback from our community, we have built a workflow for the process of introducing these changes. This ensures that experiments are given the attention and time that they need and that we are getting the best possible results out of them.
36
+
37
+ The sections below describe the various stages that an experiment must go through from its proposal all the way to being released in a major version of Task.
38
+
39
+ ### 1. Proposal
40
+
41
+ All experimental features start with a proposal in the form of a GitHub issue. If the maintainers decide that an issue has enough support and is a breaking change or is complex/controversial enough to require user feedback, then the issue will be marked with the ![proposal][] label. At this point, the issue becomes a proposal and a period of consultation begins. During this period, we request that users provide feedback on the proposal and how it might effect their use of Task. It is up to the discretion of the maintainers to decide how long this period lasts.
42
+
43
+ ### 2. Draft
44
+
45
+ Once a proposal's consultation ends, a contributor may pick up the work and begin the initial implementation. Once a PR is opened, the maintainers will ensure that it meets the requirements for an experimental feature (i.e. flags are in the right format etc) and merge the feature. Once this code is released, the status will be updated via the ![draft][] label. This indicates that an implementation is now available for use in a release and the experiment is open for feedback.
46
+
47
+ :::note
48
+
49
+ During the draft period, major changes to the implementation may be made based on the feedback received from users. There are _no stability guarantees_ and experimental features may be abandoned _at any time_.
50
+
51
+ :::
52
+
53
+ ### 3. Candidate
54
+
55
+ Once an acceptable level of consensus has been reached by the community and feedback/changes are less frequent/significant, the status may be updated via the ![candidate][] label. This indicates that a proposal is _likely_ to accepted and will enter a period for final comments and minor changes.
56
+
57
+ ### 4. Stable
58
+
59
+ Once a suitable amount of time has passed with no changes or feedback, an experiment will be given the ![stable][] label. At this point, the functionality will be treated like any other feature in Task and any changes _must_ be backward compatible. This allows users to migrate to the new functionality without having to worry about anything breaking in future releases. This provides the best experience for users migrating to a new major version.
60
+
61
+ ### 5. Released
62
+
63
+ When making a new major release of Task, all experiments marked as ![stable][] will move to ![released][] and their behaviors will become the new default in Task. Experiments in an earlier stage (i.e. not stable) cannot be released and so will continue to be experiments in the new version.
64
+
65
+ ### Abandoned / Superseded
66
+
67
+ If an experiment is unsuccessful at any point then it will be given the ![abandoned][] or ![superseded][] labels depending on which is more suitable. These experiments will be removed from Task.
68
+
69
+ <!-- prettier-ignore-start -->
70
+
71
+ <!-- prettier-ignore-end -->
72
+ [proposal]: https://img.shields.io/badge/experiment:%20proposal-purple
73
+ [draft]: https://img.shields.io/badge/experiment:%20draft-purple
74
+ [candidate]: https://img.shields.io/badge/experiment:%20candidate-purple
75
+ [stable]: https://img.shields.io/badge/experiment:%20stable-purple
76
+ [released]: https://img.shields.io/badge/experiment:%20released-purple
77
+ [abandoned]: https://img.shields.io/badge/experiment:%20abandoned-purple
78
+ [superseded]: https://img.shields.io/badge/experiment:%20superseded-purple