Migrate to changesets#335
Merged
Merged
Conversation
a3bddcf to
6709bf8
Compare
Contributor
Coverage report
Test suite run success209 tests passing in 21 suites. Report generated by 🧪jest coverage report action from 72a3b4b Show full coverage report
|
6709bf8 to
ca418dc
Compare
ca418dc to
ff1b644
Compare
61a2186 to
91fde14
Compare
mcnulty-fp
reviewed
Mar 10, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Migrates the repo’s release process from semantic-release to Changesets, updates the published package name, and adjusts CI/workspace configuration to support the new release flow (including uploading built ZIP artifacts to GitHub Releases).
Changes:
- Replace semantic-release config with Changesets config + workflows (versioning/publishing + preview).
- Rename the root package to
@fingerprint/cloudfront-proxyand add Changesets-related scripts/deps. - Update workspace + CI/release workflows (Node version via
.node-version, build:release, release asset upload job).
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
scripts/uploadReleaseAsset.cjs |
New GitHub Script helper to delete/re-upload release assets (ZIPs) for a release. |
pnpm-workspace.yaml |
Adjust workspace package globs to include root and e2e/*. |
pnpm-lock.yaml |
Lockfile updates for Changesets and new transitive deps. |
package.json |
Rename package, add build:release, and add Changesets scripts/deps. |
e2e/tests/package.json |
Add a version to support workspace/release tooling expectations. |
.releaserc |
Remove semantic-release configuration. |
.node-version |
Bump Node version to 24 for CI/tooling alignment. |
.github/workflows/terraform-e2e-tests-on-dev.yml |
Use .node-version and build:release in E2E workflow. |
.github/workflows/release.yml |
Switch reusable workflow to the Changesets-based release workflow. |
.github/workflows/publish-lambda.yml |
Add an upload-assets job to upload built ZIPs to GitHub Release assets before running E2Es. |
.github/workflows/analyze-commits.yml |
Add Changesets preview workflow job and disable previewNotes in commit analysis job. |
.changeset/pre.json |
Configure prerelease mode for rc tag. |
.changeset/config.json |
Add Changesets configuration (changelog formatter, baseBranch, ignored packages, etc.). |
.changeset/cold-needles-warn.md |
Add a Changeset entry for a minor bump. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
JuroUhlar
reviewed
Mar 11, 2026
mcnulty-fp
reviewed
Mar 11, 2026
mcnulty-fp
reviewed
Mar 18, 2026
mcnulty-fp
reviewed
Mar 18, 2026
Co-authored-by: Dan McNulty <212590662+mcnulty-fp@users.noreply.github.com>
Contributor
mcnulty-fp
previously approved these changes
Mar 24, 2026
The base branch was changed.
necipallef
approved these changes
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@fingerprint/aws-cloudfront-proxypnpm-workspace.yamlto correct paths