Andrey Nering
7901cce831
chore: run gofumpt
nightly
2025-11-22 18:09:50 -03:00
Andrey Nering
c7b4f26900
chore: run modernize
2025-11-22 17:30:30 -03:00
Andrey Nering
3ed403b839
chore(changelog): add entry for #2511
2025-11-22 17:20:46 -03:00
Timothy Rule
386dcbc1a0
fix: adjust run: when_changed to work correctly with imported tasks ( #2511 )
2025-11-22 17:17:13 -03:00
Andrey Nering
799bc85498
docs(readme): update links
2025-11-19 10:02:58 -03:00
Daniel Thorngren
0d9e8dd71b
docs: corrected substr templating example ( #2519 )
2025-11-18 18:03:48 +00:00
Samuel Krieg
a927ffb31e
docs: add tasks.task.dir ( #2489 )
2025-11-15 17:53:10 +01:00
renovate[bot]
42ad618205
chore(deps): update golangci/golangci-lint-action action to v9 ( #2502 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-15 17:51:13 +01:00
Andrey Nering
2b713f564f
chore(goreleaser): remove / from branch name
...
As an attempt to fix the 404 error for `winget`.
2025-11-13 10:40:57 -03:00
Andrey Nering
cb8e94aa33
ci(goreleaser): add /cc to maintainers on winget pr
2025-11-12 09:12:13 -03:00
Andrey Nering
6bc339d714
chore: go mod tidy
2025-11-12 09:12:13 -03:00
Valentin Maerten
5712c463f5
chore: changelog for #2507
2025-11-12 10:27:33 +01:00
Valentin Maerten
78cc6e5fd3
fix: RPM upload for Cloudsmith ( #2507 )
2025-11-12 10:15:56 +01:00
Valentin Maerten
38e07ea812
fix: changelog for website
2025-11-11 21:54:51 +01:00
Andrey Nering
72e25a25fd
v3.45.5
v3.45.5
2025-11-11 17:13:39 -03:00
renovate[bot]
a496ee5fcb
chore(deps): update all non-major dependencies ( #2501 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-11 20:12:27 +00:00
Andrey Nering
ef4292c42f
chore(changelog): add entry for #2506
2025-11-11 17:09:17 -03:00
Andrey Nering
dc315efc7f
chore(deps): update mvdan.cc/sh/moreinterp with core utils fixes
...
* Fixes https://github.com/go-task/task/issues/2426
* Ref https://github.com/u-root/u-root/pull/3464
* Ref https://github.com/mvdan/sh/pull/1199
2025-11-11 17:09:17 -03:00
Andrey Nering
a3a3e7fb0b
chore(changelog): add entry for #2434
2025-11-11 16:51:53 -03:00
Andrey Nering
ee99849b1d
refactor: migrate to the official yaml package ( #2434 )
...
The old package is long archived, but the YAML org forked it and will
officially maintain it from now on.
* Old: https://github.com/go-yaml/yaml
* New: https://github.com/yaml/go-yaml
2025-11-11 19:49:37 +00:00
Andrey Nering
bf9dc3f662
chore(changelog): add entry for #2286
2025-11-11 16:43:15 -03:00
Graham Dennis
94f82cbc5a
fix: make task failure errors include stack of running tasks ( #2286 )
...
Previously if a task was run as a dependency of another task,
the error message simply reported something like:
exit status 1
It is desirable instead to name the root task and all child tasks in the tree
to the failing task.
After this PR, the error message will read:
task: Failed to run task "root": task: Failed to run task "failing-task": exit status 1
2025-11-11 16:40:40 -03:00
Valentin Maerten
b14318ed3f
chore: changelog for #2494
2025-11-11 20:40:32 +01:00
Valentin Maerten
17757c0c15
fix: better error when a Taskfile does not exist in include ( #2494 )
2025-11-11 20:37:24 +01:00
Andrey Nering
19f72b7eb0
chore(changelog): add entry for #2418
2025-11-11 15:51:33 -03:00
Timothy Rule
0052ad2309
fix: do not re-evaluate variables for defer: ( #2418 )
2025-11-11 15:50:01 -03:00
Andrey Nering
af1e755196
chore(changelog): add entry for #2350
2025-11-11 14:42:18 -03:00
Andrey Nering
43074c20f2
refactor: improve code of group output
2025-11-11 14:37:16 -03:00
Timothy Rule
39c86992bd
fix: address concurrent group output causing flaky tests ( #2350 )
2025-11-11 14:36:32 -03:00
Kaj Kowalski
c71241bcbd
docs: fix YAML syntax errors in schema and guide documentation ( #2500 )
2025-11-10 11:00:39 +01:00
renovate[bot]
7c2bb78540
chore(deps): update all non-major dependencies ( #2492 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-07 21:21:21 -03:00
Andrey Nering
32e675895a
chore(website): update umami domain
2025-11-07 17:48:28 -03:00
Tatsuya Kyushima
786813d95d
docs: add fzf-make to "community integrations" ( #2393 )
2025-11-04 14:32:53 -03:00
Valentin Maerten
f7287c503a
docs: dictionary operations example was wrong ( #2490 )
2025-11-02 19:17:13 +01:00
Valentin Maerten
413574e3ee
chore: changelog for #1322 , #2053
2025-11-02 17:25:35 +01:00
Valentin Maerten
4b39becf65
chore: changelog for #2460 , #2461
2025-11-02 17:25:35 +01:00
Valentin Maerten
15b7e3c69a
refactor: VeryFastCompile for Task list ( #2053 )
2025-11-02 17:25:07 +01:00
Libor Mořkovský
7c93ea8b44
docs: add reference to slim-sprig in the templating page ( #2472 )
2025-11-02 17:21:17 +01:00
Valentin Maerten
6a7cfa58f9
fix: return taskrc config even if there is an error ( #2461 )
2025-11-02 17:15:58 +01:00
renovate[bot]
74b93f6eef
chore(deps): update all non-major dependencies ( #2463 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-02 17:03:54 +01:00
Andrey Nering
88101613c8
docs: add magic.dev as a gold sponsor
2025-10-17 09:56:59 -03:00
Valentin Maerten
599591ad3c
chore: changelog for #2437 , #2438
2025-10-12 13:30:28 +02:00
Skip Baney
348158a5f6
fix: properly resolve remote entrypoints ( #2438 )
2025-10-12 13:29:57 +02:00
pancho horrillo
c3e410e95a
docs: update Arch and Nix community links ( #2454 )
2025-10-10 22:33:52 +02:00
Aku Kotkavuo
42bcd5406a
docs: link to the known bug with --watch ( #2449 )
2025-10-10 22:26:40 +02:00
renovate[bot]
ba23aca631
chore(deps): update module github.com/puzpuzpuz/xsync/v3 to v4 ( #2168 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-10 22:22:16 +02:00
renovate[bot]
5ef245a4bd
chore(deps): update all non-major dependencies ( #2448 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-10 22:12:37 +02:00
renovate[bot]
036a60f517
chore(deps): update actions/github-script action to v8 ( #2421 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-10 21:55:30 +02:00
renovate[bot]
9c969541a5
chore(deps): update actions/setup-python action to v6 ( #2457 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-10 21:35:21 +02:00
renovate[bot]
a52b483dd0
chore(deps): update actions/setup-go action to v6 ( #2456 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-10 21:32:17 +02:00