1
0
mirror of https://github.com/go-task/task.git synced 2026-04-24 19:54:16 +02:00

19 Commits

Author SHA1 Message Date
Andrey Nering 219bf3e5a5 chore: add nolint annotations for gosec linter
Add //nolint:gosec annotations for intentional code patterns
that are safe in context (path traversal in release tool,
uintptr conversion for terminals, weak rand in tests,
TLS skip verify for user-configured insecure mode).

Assisted-by: Kimi-K2.5 via Crush <crush@charm.land>
2026-04-13 10:46:19 -03:00
Valentin Maerten 54ca217b92 fix(release): wrap changelog with v-pre directive (#2526) 2025-11-29 11:05:37 +01:00
Pete Davison 57bf348829 fix: release script 2025-09-15 12:17:28 +00:00
Valentin Maerten 79c93fb42b docs: migrate website to vitepress (#2359)
Co-authored-by: Pete Davison <pd93.uk@outlook.com>
Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>
2025-08-12 18:09:19 +02:00
Valentin Maerten e7084cdf26 chore: update schemas only when a release is done (#2211) 2025-05-03 17:11:56 +02:00
Pete Davison 55790be6ad feat: better versioning (#2131) 2025-04-05 23:09:27 +01:00
Oleksandr Redko bc844246d4 chore: allow using only github.com/go-task/task/v3/errors package (#1926) 2024-11-30 12:00:58 -03:00
Pete Davison f35e51e4e5 feat: better release task 2024-05-15 21:32:33 -03:00
Andrey Nering 43d84560e5 v3.36.0 2024-04-08 22:12:11 -03:00
Pete Davison 97cf02872f fix: update references to website directory 2024-03-21 01:04:07 +00:00
Pete Davison 41b45e6dc4 feat: update release tool to update latest doc version 2024-03-21 01:04:07 +00:00
Andrey Nering 58275b4b33 v3.33.1 2023-12-21 20:10:41 -03:00
Pete Davison 7c93741670 feat: docusaurus v3 (#1432)
* feat: docusaurus v3

* feat: update release tool to stop it from converting links - this is now done use mdx plugins

* fix: broken links

* feat: more github links and prettier config

* chore: changelog

* fix: blog emoji
2023-12-21 01:59:29 +00:00
Andrey Nering 42ac242927 release: v3.30.0 2023-09-13 22:04:01 -03:00
Pete Davison 793c1e5587 docs: add experiments doc and v2 deprecation notice 2023-06-03 20:54:36 -03:00
Andrey Nering dcf66e7380 v3.25.0 2023-05-22 22:45:00 -03:00
Pete Davison 09c9094a6b feat: enforce gofumpt linter 2023-04-05 21:55:42 -03:00
Pete Davison 22983bcdd3 feat: release tool improvements (#1096) 2023-03-30 21:10:11 -03:00
Pete Davison 5583cea936 feat: create release command 2023-03-26 20:58:20 -03:00