Skip to content

feat: add changeset validation and release workflow - #5680

Merged
bjohansebas merged 2 commits into
mainfrom
add-release
Jun 12, 2026
Merged

feat: add changeset validation and release workflow#5680
bjohansebas merged 2 commits into
mainfrom
add-release

Conversation

@bjohansebas

Copy link
Copy Markdown
Member

Summary

What kind of change does this PR introduce?

Did you add tests for your changes?

Does this PR introduce a breaking change?

If relevant, what needs to be documented once your changes are merged or what have you already documented?

Use of AI

CopilotAI review requested due to automatic review settings June 12, 2026 20:47

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR introduces a Changesets-based release process for webpack-dev-server, adds CI validation for changeset files, and wires up an automated release workflow that opens release PRs and publishes to npm from main.

Changes:

  • Add Changesets tooling/config (config, changelog generator, and initial changeset) and a changeset validation script.
  • Add a GitHub Actions Release workflow using changesets/action and update CI lint workflow to validate changeset format on PRs.
  • Update project metadata/docs: add new npm scripts/dependencies, remove standard-version, and document changesets in CONTRIBUTING.md.

Reviewed changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated 2 comments.

Show a summary per file
FileDescription
package.jsonAdds changeset tooling + validation script; removes standard-version release script/dependency.
CONTRIBUTING.mdDocuments when/how to add changesets and how releases are produced.
.github/workflows/release.ymlAdds CI release workflow using changesets/action on pushes to main.
.github/workflows/nodejs.ymlAdds a PR-only step to validate changeset frontmatter format.
.github/dependabot.ymlAdds Dependabot updates for GitHub Actions.
.changeset/README.mdAdds Changesets-generated README for contributor context.
.changeset/fix-hmr-skip-user-proxy-upgrade.mdAdds a patch changeset entry for an existing behavior change.
.changeset/config.jsonAdds Changesets configuration (base branch, changelog generator, etc.).
.changeset/changeset-validate.mjsAdds a script to validate changeset frontmatter entries in PRs/local changes.
.changeset/changelog-generator.mjsAdds a custom changelog generator integrating GitHub PR/commit/user links.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread.github/workflows/release.yml
Comment thread.changeset/changeset-validate.mjs
@codecov

codecovBot commented Jun 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.61%. Comparing base (948d5e6) to head (697c64f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #5680 +/- ##
=======================================
Coverage 83.61% 83.61% =======================================
Files 13 13 Lines 2087 2087 Branches 774 775 +1 =======================================
Hits 1745 1745 Misses 306 306 Partials 36 36 

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bjohansebas
bjohansebas merged commit 60173be into mainJun 12, 2026
53 checks passed
@bjohansebas
bjohansebas deleted the add-release branch June 12, 2026 21:25
@github-actionsgithub-actionsBot mentioned this pull request Jun 12, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@bjohansebas