mirror of
https://github.com/go-task/task.git
synced 2026-06-24 05:05:49 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
209c88c341 | ||
|
|
bd94f9f607 | ||
|
|
9f6b78ec84 |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -27,6 +27,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
|
with:
|
||||||
|
version: latest
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v3.45.1 - 2025-09-15
|
## v3.45.2 - 2025-09-15
|
||||||
|
|
||||||
- Task now includes built-in core utilities to greatly improve compatibility on
|
- Task now includes built-in core utilities to greatly improve compatibility on
|
||||||
Windows. This means that your commands that uses `cp`, `mv`, `mkdir` or any
|
Windows. This means that your commands that uses `cp`, `mv`, `mkdir` or any
|
||||||
@@ -49,7 +49,7 @@ more timely. We have already merged a couple of longstanding PRs in our
|
|||||||
@pd93, @shrink, @trim21 and all the previous contributors to
|
@pd93, @shrink, @trim21 and all the previous contributors to
|
||||||
[arduino/setup-task](https://github.com/arduino/setup-task/)).
|
[arduino/setup-task](https://github.com/arduino/setup-task/)).
|
||||||
|
|
||||||
## v3.45.0 - 2025-09-15
|
## v3.45.0-v3.45.1 - 2025-09-15
|
||||||
|
|
||||||
Failed due to an issue with our release process.
|
Failed due to an issue with our release process.
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
3.45.1
|
3.45.2
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ outline: deep
|
|||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v3.45.1 - 2025-09-15
|
## v3.45.2 - 2025-09-15
|
||||||
|
|
||||||
- Task now includes built-in core utilities to greatly improve compatibility on
|
- Task now includes built-in core utilities to greatly improve compatibility on
|
||||||
Windows. This means that your commands that uses `cp`, `mv`, `mkdir` or any
|
Windows. This means that your commands that uses `cp`, `mv`, `mkdir` or any
|
||||||
@@ -54,7 +54,7 @@ more timely. We have already merged a couple of longstanding PRs in our
|
|||||||
@pd93, @shrink, @trim21 and all the previous contributors to
|
@pd93, @shrink, @trim21 and all the previous contributors to
|
||||||
[arduino/setup-task](https://github.com/arduino/setup-task/)).
|
[arduino/setup-task](https://github.com/arduino/setup-task/)).
|
||||||
|
|
||||||
## v3.45.0 - 2025-09-15
|
## v3.45.0-v3.45.1 - 2025-09-15
|
||||||
|
|
||||||
Failed due to an issue with our release process.
|
Failed due to an issue with our release process.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user