Compare commits

...

3 Commits

Author SHA1 Message Date
Pete Davison
17db402e4b v3.45.3 2025-09-15 12:59:29 +00:00
Valentin Maerten
f2242958a6 fix: pnpm install in the website's folder 2025-09-15 14:55:55 +02:00
Pete Davison
ea4b695b5a chore: move changelog items back to unreleased 2025-09-15 12:45:35 +00:00
4 changed files with 7 additions and 12 deletions

View File

@@ -28,13 +28,8 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
cache: 'pnpm'
package_json_file: 'website/package.json'
run_install: 'true'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6

View File

@@ -1,6 +1,6 @@
# Changelog
## v3.45.2 - 2025-09-15
## v3.45.3 - 2025-09-15
- 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
@@ -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
[arduino/setup-task](https://github.com/arduino/setup-task/)).
## v3.45.0-v3.45.1 - 2025-09-15
## v3.45.0-v3.45.2 - 2025-09-15
Failed due to an issue with our release process.

View File

@@ -1 +1 @@
3.45.2
3.45.3

View File

@@ -5,7 +5,7 @@ outline: deep
# Changelog
## v3.45.2 - 2025-09-15
## v3.45.3 - 2025-09-15
- 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
@@ -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
[arduino/setup-task](https://github.com/arduino/setup-task/)).
## v3.45.0-v3.45.1 - 2025-09-15
## v3.45.0-v3.45.2 - 2025-09-15
Failed due to an issue with our release process.