Compare commits

...

6 Commits

Author SHA1 Message Date
Pete Davison
209c88c341 v3.45.2 2025-09-15 12:40:54 +00:00
Pete Davison
bd94f9f607 fix: set pnpm version 2025-09-15 12:40:12 +00:00
Pete Davison
9f6b78ec84 chore: move changelog items back to unreleased 2025-09-15 12:38:52 +00:00
Pete Davison
fbde227167 v3.45.1 2025-09-15 12:34:34 +00:00
Pete Davison
fc06e92a87 chore: move changelog items back to unreleased 2025-09-15 12:34:11 +00:00
Pete Davison
a0cab3f5ec fix: use go-task/setup-task instead of arduino/setup-task in CI 2025-09-15 12:30:35 +00:00
5 changed files with 18 additions and 9 deletions

View File

@@ -23,10 +23,12 @@ jobs:
run: | run: |
npm config set '//registry.npmjs.org/:_authToken'=${{ secrets.NPM_TOKEN }} npm config set '//registry.npmjs.org/:_authToken'=${{ secrets.NPM_TOKEN }}
- name: Install Task - name: Install Task
uses: arduino/setup-task@v2 uses: go-task/setup-task@v1
- 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

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
## v3.45.0 - 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
@@ -31,8 +31,8 @@
- Enhanced support for tasks with wildcards: they are now logged correctly, and - Enhanced support for tasks with wildcards: they are now logged correctly, and
wildcard parameters are fully considered during fingerprinting (#1808, #1795 wildcard parameters are fully considered during fingerprinting (#1808, #1795
by @vmaerten). by @vmaerten).
- Fixed panic when a variable was declared as an empty hash (`{}`) (#2416, - Fixed panic when a variable was declared as an empty hash (`{}`) (#2416, #2417
#2417 by @trulede). by @trulede).
#### Package API #### Package API
@@ -49,6 +49,10 @@ 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-v3.45.1 - 2025-09-15
Failed due to an issue with our release process.
## v3.44.1 - 2025-07-23 ## v3.44.1 - 2025-07-23
- Internal tasks will no longer be shown as suggestions since they cannot be - Internal tasks will no longer be shown as suggestions since they cannot be

View File

@@ -1 +1 @@
3.45.0 3.45.2

View File

@@ -5,7 +5,7 @@ outline: deep
# Changelog # Changelog
## v3.45.0 - 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
@@ -36,8 +36,8 @@ outline: deep
- Enhanced support for tasks with wildcards: they are now logged correctly, and - Enhanced support for tasks with wildcards: they are now logged correctly, and
wildcard parameters are fully considered during fingerprinting (#1808, #1795 wildcard parameters are fully considered during fingerprinting (#1808, #1795
by @vmaerten). by @vmaerten).
- Fixed panic when a variable was declared as an empty hash (`{}`) (#2416, - Fixed panic when a variable was declared as an empty hash (`{}`) (#2416, #2417
#2417 by @trulede). by @trulede).
#### Package API #### Package API
@@ -54,6 +54,10 @@ 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-v3.45.1 - 2025-09-15
Failed due to an issue with our release process.
## v3.44.1 - 2025-07-23 ## v3.44.1 - 2025-07-23
- Internal tasks will no longer be shown as suggestions since they cannot be - Internal tasks will no longer be shown as suggestions since they cannot be

View File

@@ -22,7 +22,6 @@ can view the full list of community integrations
Some installation methods are maintained by third party: Some installation methods are maintained by third party:
- [GitHub Actions](https://github.com/arduino/setup-task) by @arduino
- [AUR](https://aur.archlinux.org/packages/go-task-bin) by @carlsmedstad - [AUR](https://aur.archlinux.org/packages/go-task-bin) by @carlsmedstad
- [Scoop](https://github.com/ScoopInstaller/Main/blob/master/bucket/task.json) - [Scoop](https://github.com/ScoopInstaller/Main/blob/master/bucket/task.json)
- [Fedora](https://packages.fedoraproject.org/pkgs/golang-github-task/go-task/) - [Fedora](https://packages.fedoraproject.org/pkgs/golang-github-task/go-task/)