Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
There was a problem hiding this comment.
Pull Request Overview
This PR updates the CI/CD workflows to improve the release process by modernizing changesets integration and extending workflow triggers.
- Updated the release script to use
changeset taginstead of manual git tagging - Upgraded changesets action to version 1.5.3 and enabled automatic GitHub releases
- Extended workflow trigger to include the main branch alongside release branches
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updated release script to use changeset tag command |
| .github/workflows/deploy-staging-and-prepare-release.yaml | Upgraded changesets action version, enabled GitHub releases, and added main branch trigger |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Differences Found✅ No packages or licenses were added. SummaryExpand
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5928 +/- ##
========================================
Coverage 40.04% 40.04%
========================================
Files 2472 2472
Lines 40153 40153
Branches 9144 8814 -330
========================================
Hits 16080 16080
Misses 24046 24046
Partials 27 27 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Scope of the change