1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
task/internal/taskfile
Andrey Nering abe0352de9 Fixed some bugs regarding minor version checks on version:
1. I have forgot to update it on recent releases. Seems that most people just
   use round versions since nobody complained.
2. It's too hard to understand how the github.com/Masterminds/semver package
   works, so I just got rid of it and we're now using plain float checks.
2019-06-15 22:39:35 -03:00
..
read Revert "Upgrade to yaml/go-yaml v3" 2019-05-11 11:22:13 -03:00
call.go IgnoreError 2018-08-01 10:44:53 +02:00
cmd.go IgnoreError 2018-08-01 10:44:53 +02:00
merge.go Allow calling a task of the root Taskfile from within an included Taskfile 2019-02-02 21:22:08 -02:00
precondition_test.go Remove ignore_errors 2019-05-28 13:02:59 -07:00
precondition.go Fix typos per review 2019-06-11 11:46:22 -07:00
task.go Apply suggestions from code review 2019-05-28 12:28:29 -07:00
taskfile_test.go Revert "Upgrade to yaml/go-yaml v3" 2019-05-11 11:22:13 -03:00
taskfile.go Add hability to globally set environment variables 2019-01-02 12:06:12 -02:00
var.go Move all structs related to Taskfile to its own package 2018-02-17 14:22:18 -02:00