Skip to content

changelog: add Wrangler autoconfig GA announcement#28423

Open
yomna-shousha wants to merge 2 commits intoproductionfrom
yomna/wrangler-autoconfig-changelog
Open

changelog: add Wrangler autoconfig GA announcement#28423
yomna-shousha wants to merge 2 commits intoproductionfrom
yomna/wrangler-autoconfig-changelog

Conversation

@yomna-shousha
Copy link
Contributor

Summary

This PR extracts the changelog entry from #28221 to be merged independently.

  • Adds changelog for Wrangler automatic project configuration GA release
  • Includes the automatic configuration PR screenshot

TODO before merging

  • Update TODO_VERSION in src/content/changelog/workers/2026-02-10-wrangler-autoconfig-ga.mdx with the actual Wrangler version number

@github-actions
Copy link
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/assets/images/workers/ @cloudflare/workers-docs, @GregBrimble, @irvinebroque, @WalshyDev, @cloudflare/deploy-config, @cloudflare/pcx-technical-writing, @cloudflare/wrangler, @mattietk
/src/content/changelog/ @cloudflare/pm-changelogs, @cloudflare/pcx-technical-writing

@github-actions
Copy link
Contributor

CI run failed: build logs

@elithrar
Copy link
Collaborator

/bonk review the changelog and fix the build issues for yomz

Co-authored-by: elithrar <elithrar@users.noreply.github.com>
@ask-bonk
Copy link
Contributor

ask-bonk bot commented Feb 19, 2026

Here's a summary of the CI failure and the fix:

Root cause

The CI build failed at the npm run build step because starlight-links-validator found 4 invalid internal links in the changelog file:

/changelog/workers/2026-02-10-wrangler-autoconfig-ga/
  ├─ /workers/framework-guides/autoconfig/ - invalid link (×2)
  ├─ /workers/ci-cd/builds/automatic-prs/ - invalid link (×2)

These pages don't exist in the repo yet — they were likely meant to be added in the parent PR #28221, but since this changelog was extracted to merge independently, the links break the build.

Changes made

In src/content/changelog/workers/2026-02-10-wrangler-autoconfig-ga.mdx:

Original broken link Replaced with
/workers/framework-guides/autoconfig/ (2 occurrences) /workers/framework-guides/
/workers/ci-cd/builds/automatic-prs/ (2 occurrences) /workers/ci-cd/builds/

The replacement links point to the existing parent pages which are the closest relevant targets. The link text was also updated where appropriate (e.g., "Automatic pull requests" became "Workers Builds" to match the target page).

Note for the author

The TODO_VERSION placeholder on line 9 still needs to be replaced with the actual Wrangler version number before merging, as noted in the PR description.

github run

Copy link
Member

@dario-piotrowicz dario-piotrowicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me 🙂

@@ -0,0 +1,46 @@
---
title: "No config? No problem. Just wrangler deploy"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: "No config? No problem. Just wrangler deploy"
title: "No config? No problem. Just `wrangler deploy`"

maybe? 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

Comments