Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.40.1 11 Dec 2024 20:40:03 |
Hiroki Tagato (tagattie) |
devel/task: update to 3.40.1
Changelog: https://github.com/go-task/task/blob/v3.40.1/CHANGELOG.md
Reported by: portscout |
3.40.0 04 Dec 2024 20:25:42 |
Hiroki Tagato (tagattie) |
devel/task: update to 3.40.0
Changelog: https://github.com/go-task/task/blob/v3.40.0/CHANGELOG.md
Reported by: portscout |
3.39.2_1 08 Nov 2024 20:58:46 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go122 update
PR: 281842 |
3.39.2 30 Sep 2024 06:27:33 |
Hiroki Tagato (tagattie) |
devel/task: add port: Task runner / simpler Make alternative written in Go
Task is a task runner / build tool that aims to be simpler and easier
to use than, for example, GNU Make.
Since it's written in Go, Task is just a single binary and has no
other dependencies, which means you don't need to mess with any
complicated install setups just to use a build tool.
WWW: https://taskfile.dev/ |