Valentin Maerten
db414ae148
refactor
2025-11-29 19:42:27 +01:00
Valentin Maerten
05f4b080a5
refactor
2025-11-29 19:40:01 +01:00
Valentin Maerten
fa2f6ffd4d
remove passphrase
2025-11-29 19:38:01 +01:00
Valentin Maerten
8e8eb13d69
completions
2025-11-29 18:41:57 +01:00
Valentin Maerten
723d9f0527
feat: support self-signed certificates for remote taskfiles
2025-11-29 18:37:41 +01:00
Valentin Maerten
eb285fa3d2
chore: changelog for #2513
2025-11-29 12:41:56 +01:00
Valentin Maerten
02b13a687a
feat(website): add llms.txt for AI agents ( #2513 )
2025-11-29 12:40:44 +01:00
Valentin Maerten
a085d62727
feat(completion): add missing flags and dynamic experimental feature detection ( #2532 )
2025-11-29 12:16:58 +01:00
Valentin Maerten
4ab1958df1
feat(summary): add vars, env, and requires display ( #2524 )
2025-11-29 11:14:20 +01:00
Valentin Maerten
54ca217b92
fix(release): wrap changelog with v-pre directive ( #2526 )
2025-11-29 11:05:37 +01:00
renovate[bot]
a6c0c1daba
chore(deps): update all non-major dependencies ( #2515 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-28 16:31:43 -03:00
renovate[bot]
9cc1c7b40b
chore(deps): update actions/checkout action to v6 ( #2527 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-26 13:59:45 -03:00
Andrey Nering
7901cce831
chore: run gofumpt
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