Andrey Nering
30ffacd879
Update currency
2021-07-04 21:47:36 -03:00
Andrey Nering
75e9b7791c
Remove Patreon
...
Also, do a few more updates.
2021-07-04 21:45:07 -03:00
Andrey Nering
4b665ab19a
Add CHANGELOG entry for 08265ed1d7
2021-06-05 16:04:01 -03:00
Nicolas Fouché
08265ed1d7
Allow vars in dotenv paths, including environment variables
...
Closes #453
Closes #434
Ref #433
Co-authored-by: Andrey Nering <andrey@nering.com.br>
2021-06-05 16:00:19 -03:00
Andrey Nering
cded9af90f
v3.4.3
2021-05-30 23:03:10 -03:00
Andrey Nering
4e1f2ad017
Enforce NO_COLOR=1 on tests to make sure it passes
...
Closes #459
Fixes #480
Ref #343
Ref fatih/color#137
2021-05-30 22:48:48 -03:00
Andrey Nering
7f92b7072d
Merge pull request #496 from go-task/dependabot/go_modules/github.com/fatih/color-1.12.0
...
Bump github.com/fatih/color from 1.11.0 to 1.12.0
2021-05-30 22:19:21 -03:00
dependabot[bot]
4a589ba6a4
Bump github.com/fatih/color from 1.11.0 to 1.12.0
...
Bumps [github.com/fatih/color](https://github.com/fatih/color ) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/fatih/color/releases )
- [Commits](https://github.com/fatih/color/compare/v1.11.0...v1.12.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-29 11:04:31 +00:00
Andrey Nering
7f16325fcc
Merge pull request #491 from go-task/dependabot/go_modules/mvdan.cc/sh/v3-3.3.0
...
Bump mvdan.cc/sh/v3 from 3.2.4 to 3.3.0
2021-05-22 09:53:20 -03:00
dependabot[bot]
b62e5bf34c
Bump mvdan.cc/sh/v3 from 3.2.4 to 3.3.0
...
Bumps [mvdan.cc/sh/v3](https://github.com/mvdan/sh ) from 3.2.4 to 3.3.0.
- [Release notes](https://github.com/mvdan/sh/releases )
- [Changelog](https://github.com/mvdan/sh/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mvdan/sh/compare/v3.2.4...v3.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-22 11:03:11 +00:00
Andrey Nering
bd6b348cc7
Update CHANGELOG
2021-05-20 21:30:13 -03:00
Andrey Nering
62f35fe8c8
Merge pull request #485 from lpdyck/bug/watch-repects-task-dir
...
Changes --watch to respect task directory
2021-05-20 21:26:43 -03:00
Andrey Nering
cb2cb4659c
Merge pull request #490 from per1234/update-setup-task-action
...
Update docs for new arduino/setup-task action repository
2021-05-20 21:23:42 -03:00
per1234
a2c58415cf
Update docs for new arduino/setup-task action repository
...
The GitHub Actions action for installing Task has graduated from its original home in the experimental `arduino/action`
repository with a move to a dedicated permanent repository at `arduino/setup-task`. This move was accompanied by
significant upgrades to the project infrastructure to facilitate its maintenance and quality assurance.
A 1.0.0 release has been made and a `v1` ref that will track all releases in the major version 1 series. I have updated
the example snippet to use this `v1 ref because this will cause the user's workflows to use stable release versions of
the action while also benefiting from ongoing development to the action at each patch or minor release up until such time
as a new major release is made. At this time the user will be given the opportunity to evaluate whether any changes to
the workflow are required by the breaking change to the action that triggered the major release before manually updating
the major ref in the workflows (e.g., `uses: arduino/setup-task@v2`).
2021-05-20 02:40:09 -07:00
Andrey Nering
2cb9987c99
Merge pull request #489 from go-task/dependabot/go_modules/github.com/fatih/color-1.11.0
...
Bump github.com/fatih/color from 1.10.0 to 1.11.0
2021-05-17 21:54:18 -03:00
dependabot[bot]
36584cfb7c
Bump github.com/fatih/color from 1.10.0 to 1.11.0
...
Bumps [github.com/fatih/color](https://github.com/fatih/color ) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/fatih/color/releases )
- [Commits](https://github.com/fatih/color/compare/v1.10.0...v1.11.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-15 11:03:43 +00:00
Landon Dyck
b825ad6a12
use status.Glob for watch globbing
2021-05-08 15:02:08 -05:00
Andrey Nering
f8545d4c61
v3.4.2
2021-04-23 18:11:31 -03:00
Oleg Butuzov
9b42ef5d46
"file does not exist" improving for watchers
...
Adds additional (initial missing) context to the go generic
`os.ErrNotExist` error, in addition to other errors that (possibly)
can be returned by `zglob.Glob`
Closes #472
2021-04-23 18:03:49 -03:00
Andrey Nering
05ddfc0495
Merge pull request #476 from Pix4D/fix-os-kill
...
signals: do not try to catch uncatchable signals
2021-04-23 17:45:56 -03:00
Andrey Nering
53b2cebb66
Updated the version output to use Go module build information if avalable. Enabled GoReleaser module proxying for verifiable builds.
...
Co-authored-by: Jamie Edge <JamieEdge@users.noreply.github.com>
Co-authored-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-04-23 17:35:15 -03:00
mrngsht
58c69e36a1
Evaluate sources also if status is up-to-date
2021-04-21 21:56:25 +09:00
Marco Molteni
837fb71a24
signals: do not try to catch uncatchable signals
...
os.Kill is SIGKILL (kill -9), cannot be intercepted.
(see https://github.com/golang/go/issues/13080 )
2021-04-20 14:57:23 +02:00
Marco Molteni
2e13cf5f74
gitignore more editors
2021-04-20 14:54:24 +02:00
Andrey Nering
0ae1681d9c
CHANGELOG: Fix typos
2021-04-17 17:57:08 -03:00
Andrey Nering
ebb66ba8fb
v3.4.1
2021-04-17 17:48:36 -03:00
Andrey Nering
e79354a039
Revert "Updated the version output to use Go module build information if available. Enabled GoReleaser module proxying for verifiable builds."
...
This reverts commit 2a3f049336
.
2021-04-17 17:47:24 -03:00
Andrey Nering
a57beb1de4
Website: Remove GitHub logo
...
The website that hosted the SVG file is offline for a while.
2021-04-17 17:34:00 -03:00
Andrey Nering
1648c44ee2
Website: Use dark theme
2021-04-17 17:34:00 -03:00
Andrey Nering
efe47a149e
Website: Remove "Examples" page
2021-04-17 17:33:52 -03:00
Andrey Nering
2d66a2f0f3
Improve YAML parse error reporting
...
Fixes #467
2021-04-17 17:12:39 -03:00
Andrey Nering
43a1f1314e
Website: Add a "Community" page
2021-04-17 11:59:24 -03:00
Andrey Nering
4f4b282d7c
Merge pull request #471 from go-task/dependabot/go_modules/github.com/stretchr/testify-1.7.0
...
Bump github.com/stretchr/testify from 1.5.1 to 1.7.0
2021-04-17 10:53:03 -03:00
dependabot[bot]
d3d4da18e5
Bump github.com/stretchr/testify from 1.5.1 to 1.7.0
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.5.1 to 1.7.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.5.1...v1.7.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-17 13:51:37 +00:00
Andrey Nering
b8da583986
Merge pull request #470 from go-task/dependabot/go_modules/github.com/fatih/color-1.10.0
...
Bump github.com/fatih/color from 1.7.0 to 1.10.0
2021-04-17 10:51:01 -03:00
Andrey Nering
73f6b42715
Merge pull request #469 from go-task/dependabot/go_modules/github.com/radovskyb/watcher-1.0.7
...
Bump github.com/radovskyb/watcher from 1.0.5 to 1.0.7
2021-04-17 10:50:21 -03:00
dependabot[bot]
0e2a4efdaa
Bump github.com/radovskyb/watcher from 1.0.5 to 1.0.7
...
Bumps [github.com/radovskyb/watcher](https://github.com/radovskyb/watcher ) from 1.0.5 to 1.0.7.
- [Release notes](https://github.com/radovskyb/watcher/releases )
- [Commits](https://github.com/radovskyb/watcher/compare/1.0.5...v1.0.7 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-17 13:47:39 +00:00
dependabot[bot]
6798e16aaf
Bump github.com/fatih/color from 1.7.0 to 1.10.0
...
Bumps [github.com/fatih/color](https://github.com/fatih/color ) from 1.7.0 to 1.10.0.
- [Release notes](https://github.com/fatih/color/releases )
- [Commits](https://github.com/fatih/color/compare/v1.7.0...v1.10.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-17 13:47:38 +00:00
Andrey Nering
c9cc64ecfc
Merge pull request #468 from go-task/dependabot/go_modules/github.com/mattn/go-zglob-0.0.3
...
Bump github.com/mattn/go-zglob from 0.0.1 to 0.0.3
2021-04-17 10:46:42 -03:00
dependabot[bot]
761f9045ac
Bump github.com/mattn/go-zglob from 0.0.1 to 0.0.3
...
Bumps [github.com/mattn/go-zglob](https://github.com/mattn/go-zglob ) from 0.0.1 to 0.0.3.
- [Release notes](https://github.com/mattn/go-zglob/releases )
- [Commits](https://github.com/mattn/go-zglob/compare/v0.0.1...v0.0.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-17 13:43:00 +00:00
Andrey Nering
dfae979287
Add .github/dependabot.yml
2021-04-17 10:42:18 -03:00
George Pollard
fe917affd2
Include task name in log output
2021-04-04 16:16:22 -03:00
Andrey Nering
d44207dd7f
Merge pull request #463 from JamieEdge/update-install-docs
...
Update Go modules installation documentation for Go 1.16
2021-04-04 15:48:19 -03:00
Andrey Nering
ec8b1403bd
Use early return and add CHANGELOG for #462
2021-04-04 15:40:34 -03:00
Jamie Edge
6f3d108c1e
Updated the install script documentation.
2021-04-04 17:31:41 +01:00
Jamie Edge
c34ee9c1f9
Updated the Go modules installation documentation for Go 1.16.
2021-04-04 17:30:42 +01:00
Jamie Edge
2a3f049336
Updated the version output to use Go module build information if available. Enabled GoReleaser module proxying for verifiable builds.
2021-04-04 12:57:58 +01:00
Andrey Nering
0c91011e88
Merge pull request #460 from patrick-mota/patch-1
...
Fix typo default installation
2021-03-28 11:10:38 -03:00
Andrey Nering
8bcd8719aa
Docs: Add GO111MODULE=on to go get
command
2021-03-28 10:45:36 -03:00
Ganon
29a8af509b
Fix typo default installation
2021-03-26 13:19:45 +01:00