mirror of
https://github.com/go-task/task.git
synced 2025-05-13 22:16:31 +02:00
v3.35.1
This commit is contained in:
parent
ac561db9dc
commit
efb12c0c04
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Unreleased
|
## v3.35.1 - 2024-03-04
|
||||||
|
|
||||||
- Fixed a bug where the `TASKFILE_DIR` variable was sometimes incorrect (#1522,
|
- Fixed a bug where the `TASKFILE_DIR` variable was sometimes incorrect (#1522,
|
||||||
#1523 by @pd93).
|
#1523 by @pd93).
|
||||||
|
@ -5,6 +5,15 @@ sidebar_position: 14
|
|||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v3.35.1 - 2024-03-04
|
||||||
|
|
||||||
|
- Fixed a bug where the `TASKFILE_DIR` variable was sometimes incorrect (#1522,
|
||||||
|
#1523 by @pd93).
|
||||||
|
- Added a new `TASKFILE` special variable that holds the root Taskfile path
|
||||||
|
(#1523 by @pd93).
|
||||||
|
- Fixed various issues related to running a Taskfile from a subdirectory (#1529,
|
||||||
|
#1530 by @pd93).
|
||||||
|
|
||||||
## v3.35.0 - 2024-02-28
|
## v3.35.0 - 2024-02-28
|
||||||
|
|
||||||
- Added support for
|
- Added support for
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@go-task/cli",
|
"name": "@go-task/cli",
|
||||||
"version": "3.35.0",
|
"version": "3.35.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@go-task/cli",
|
"name": "@go-task/cli",
|
||||||
"version": "3.35.0",
|
"version": "3.35.1",
|
||||||
"description": "A task runner / simpler Make alternative written in Go",
|
"description": "A task runner / simpler Make alternative written in Go",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "go-npm install",
|
"postinstall": "go-npm install",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user