Skip to content

Commit 4ee22b6

Browse files
authored
Merge branch 'main' into renovate/tsconfig-node18-replacement
2 parents b616392 + 8bd0bea commit 4ee22b6

8 files changed

Lines changed: 286 additions & 240 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
e2e-windows:
1717
name: E2E Windows tests
1818
runs-on: ${{ matrix.os }}
19-
timeout-minutes: 20
19+
timeout-minutes: 30
2020
strategy:
2121
matrix:
2222
os: [windows-2025]
@@ -75,7 +75,7 @@ jobs:
7575
e2e-linux-based-os:
7676
name: E2E
7777
runs-on: ${{ matrix.os }}
78-
timeout-minutes: 10
78+
timeout-minutes: 30
7979
strategy:
8080
matrix:
8181
os: [ubuntu-latest, macOS-latest]

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
"https://api.netlify.com/api/v1/netlify-integration-testing/sites")
3434
if [ "$HTTP_CODE" -ne 201 ]; then
3535
echo "::warning::Failed to create site. HTTP $HTTP_CODE. Live tests will be skipped."
36-
exit 0
36+
exit 1
3737
fi
3838
SITE_ID=$(jq -r '.id' response.json)
3939
echo "site-id=$SITE_ID" >> "$GITHUB_OUTPUT"

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

1010

11+
## [24.0.0](https://github.com/netlify/cli/compare/v23.15.1...v24.0.0) (2026-02-23)
12+
13+
14+
### ⚠ BREAKING CHANGES
15+
16+
* remove `sites:create-template` command ([#7946](https://github.com/netlify/cli/issues/7946))
17+
18+
### Features
19+
20+
* begin integrating `@netlify/dev` ([#7950](https://github.com/netlify/cli/issues/7950)) ([03435e5](https://github.com/netlify/cli/commit/03435e53b1a001ea3408b4b60bfb36d28c6558d5))
21+
* change error message ([#7942](https://github.com/netlify/cli/issues/7942)) ([de4d92d](https://github.com/netlify/cli/commit/de4d92d5f09ae17874723ccd4214746db9e09dd3))
22+
* remove `sites:create-template` command ([#7946](https://github.com/netlify/cli/issues/7946)) ([ad3487d](https://github.com/netlify/cli/commit/ad3487d792dd13a047fc3841aa329be85c83b63a))
23+
24+
25+
### Bug Fixes
26+
27+
* **deps:** update netlify packages ([#7939](https://github.com/netlify/cli/issues/7939)) ([b80b98f](https://github.com/netlify/cli/commit/b80b98f85929803fc35a08458c9327dc7ef63de0))
28+
1129
## [23.15.1](https://github.com/netlify/cli/compare/v23.15.0...v23.15.1) (2026-02-04)
1230

1331

0 commit comments

Comments
 (0)