Andrey Nering
f1d3f6740d
Update CHANGELOG.md
2021-01-01 18:57:28 -03:00
Andrey Nering
ac8e344173
Run "set -e" automatically for every command
...
Without this, multiline command strings won't always exit when they fail.
Closes #403
2020-12-27 17:15:12 -03:00
Andrey Nering
cb96a39b46
v3.0.1
2020-12-26 15:34:17 -03:00
Andrey Nering
60759a4e3b
Post-fixes and CHANGELOG for #385
2020-10-12 21:16:09 -03:00
Andrey Nering
d78f78bb5c
Fix panic for empty tasks
...
Closes #338
Closes #362
Co-authored-by: Bharath Kumar <shettybharath4@gmail.com>
2020-10-12 21:03:13 -03:00
Andrey Nering
dd2116c897
v3.0.0
2020-08-16 22:07:14 -03:00
Andrey Nering
6ff3c9015b
On v3, treat all CLI variables as global variables
...
Closes #336
Ref #341
Co-authored-by: Egor Kovetskiy <e.kovetskiy@gmail.com>
2020-08-16 21:27:11 -03:00
Andrey Nering
eab14b6c49
Some improvements to #356
2020-08-15 19:13:30 -03:00
Andrey Nering
572f6a7fab
CHANGELOG, docs and nits for #321 and #337
2020-06-14 17:12:20 -03:00
Andrey Nering
ee7f2a541f
v3.0.0-preview4
2020-05-20 22:32:30 -03:00
Andrey Nering
59a00eae98
Merge branch 'master' into v3
2020-05-20 22:26:45 -03:00
Andrey Nering
df8293bee6
v2.8.1
2020-05-20 19:26:23 -03:00
Andrey Nering
aee0ab05f4
Merge branch 'master' into v3
2020-05-16 10:28:00 -03:00
Andrey Nering
2eafb2f067
Update CHANGELOG
2020-05-01 15:50:32 -03:00
Andrey Nering
fb78e53a14
v3.0.0-preview3
2020-03-28 11:01:28 -03:00
Evgeny Abramovich
cb2cd3e10f
Updated CHANGELOG.md
2020-02-15 18:07:27 +03:00
Andrey Nering
15338ecb18
Merge branch 'master' into v3
2019-12-07 22:04:16 -03:00
Andrey Nering
01e9a8f720
v2.8.0
2019-12-07 21:54:10 -03:00
Andrey Nering
4bdfe64afb
Add hability silent all tasks
...
By add `silent: true` at the root of the Taskfile.
2019-12-07 21:44:09 -03:00
Andrey Nering
b7b752b92f
Allow shorter syntax for tasks with default configuration
...
Closes #194
Closes #240
Co-authored-by: Jaedle <dennis.jekubczyk@gmail.com>
2019-12-07 21:28:02 -03:00
Andrey Nering
7373639f57
Expose .TASK
variable with the task name
...
Closes #252
2019-12-07 19:43:10 -03:00
Andrey Nering
d718527a1f
Merge branch 'master' into v3
2019-12-07 16:54:29 -03:00
Andrey Nering
a4685229c9
Fix bug of Task not executing the "default" task
...
When global vars were informed using the CLI.
I took the oportunity to move this logic to the proper package and
write a test.
2019-12-07 16:20:36 -03:00
Andrey Nering
62752ba7e1
Merge branch 'master' into v3
2019-11-24 21:02:33 -03:00
Andrey Nering
fea23ed6d4
Add Changelog and Docs for --parallel
2019-11-15 23:31:18 -03:00
Andrey Nering
3084ef129c
v2.7.1
2019-11-10 20:36:17 -03:00
Andrey Nering
5acdb041a9
Merge branch 'master' into v3
2019-11-02 22:16:44 -03:00
Andrey Nering
0494d7ebe3
Update changelog
2019-10-27 18:27:47 -03:00
Andrey Nering
bc99509395
Merge branch 'master' into v3
2019-09-22 18:43:45 -03:00
Andrey Nering
5c420f3a34
v2.7.0
2019-09-22 18:21:31 -03:00
Andrey Nering
d3060b0060
Add CHANGELOG for #216
2019-09-14 18:09:34 -03:00
Andrey Nering
948e6bd57c
Update v3 CHANGELOG
2019-09-08 22:59:27 -03:00
Andrey Nering
ccae3d7383
Update CHANGELOG
2019-08-25 18:17:33 -03:00
Andrey Nering
dc8fb79759
Merge branch 'master' into v3
2019-08-25 18:05:40 -03:00
Andrey Nering
ad569a8a36
Update CHANGELOG
2019-08-25 16:41:54 -03:00
Andrey Nering
c47c15ee47
v3.0.0-preview1
2019-08-11 23:43:27 -03:00
Andrey Nering
6803ad2e59
Update v3 changelog
2019-08-11 23:10:12 -03:00
Andrey Nering
d5a791b470
Merge branch 'master' into v3
2019-08-11 23:03:58 -03:00
Andrey Nering
a312d61d68
Update CHANGELOG.md
2019-08-11 23:01:25 -03:00
Andrey Nering
4c295b564a
Update CHANGELOG.md
2019-07-21 11:23:49 -03:00
Andrey Nering
d8bfb3ab13
Add CHANGELOG and documentation for Linux support on Homebrew
...
Ref: https://github.com/go-task/homebrew-tap/pull/1
Thanks @dawidd6
2019-07-21 11:03:22 -03:00
Andrey Nering
d970e93507
Add --taskfile flag (alias -t) to allow running another Taskfile
...
Closes #221
2019-07-21 10:57:04 -03:00
Andrey Nering
64cfdd815f
Update CHANGELOG
2019-06-22 22:47:23 -03:00
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
Andrey Nering
9c68c7c50b
Add changelog for #205
2019-06-15 21:56:34 -03:00
Andrey Nering
fe2b8c8afa
Post-fixes to #211
2019-06-15 21:12:54 -03:00
Andrey Nering
6ff9ba9df9
v2.5.2
2019-05-11 11:28:21 -03:00
Andrey Nering
f0768b3af1
Allow setting global variables through the CLI
...
Closes #192
2019-05-11 11:06:47 -03:00
Andrey Nering
0233ce52ed
v2.5.1
2019-04-27 17:56:30 -03:00
Andrey Nering
6e6f337509
Updated change log
2019-04-27 17:28:58 -03:00
Andrey Nering
1546415b8f
Update CHANGELOG.md
2019-04-21 17:16:35 -03:00
Andrey Nering
10082b60b8
v2.5.0
2019-03-16 10:46:22 -03:00
Andrey Nering
9f269e1a95
Migrating from taskfile.org to taskfile.dev
2019-03-04 23:23:30 -03:00
Andrey Nering
9c350f8ef1
Update Change Log
2019-03-04 22:56:23 -03:00
Andrey Nering
5738436d55
v2.4.0
2019-02-21 21:28:10 -03:00
Andrey Nering
5e49b38c33
Mitigate execext.Expand problems on Windows
...
Closes #170
Co-authored-by: mikynov <micnov@gmail.com>
2019-02-21 21:22:40 -03:00
Andrey Nering
0c94adaff9
Update CHANGELOG.md
2019-02-21 21:06:46 -03:00
Andrey Nering
902f0d3ac4
Don't persist new checksum on the disk if dry mode is enabled
...
Fixes #166
2019-02-09 10:44:35 -02:00
Andrey Nering
f8fb639870
Update documentation and changelog to mention the new --output
flag
...
Ref #173
2019-02-09 10:01:41 -02:00
Andrey Nering
1dec956e99
Allow calling a task of the root Taskfile from within an included Taskfile
...
Fixes #161
2019-02-02 21:22:08 -02:00
Andrey Nering
7722aba403
v2.3.0
2019-01-02 13:44:27 -02:00
Andrey Nering
a42f2af9eb
Documentation and changelog for global environment variables
2019-01-02 13:21:21 -02:00
Andrey Nering
5238bc55fd
Upgrade mvdan.cc/sh
...
Fixes #153
2018-12-24 15:25:19 -02:00
Andrey Nering
11d257cb26
Changelog: Mention Scoop
2018-12-24 15:03:30 -02:00
Andrey Nering
9f1bb9a42e
Add CHANGELOG.md
...
This was generated in a semi-automated way using the existing GitHub releases,
fetch thought the GitHub API.
2018-12-15 16:14:39 -02:00