Skip to content

Conversation

@juanpprieto
Copy link
Contributor

No description provided.

Copy link
Contributor

Copilot AI left a comment

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 enables changesets for NPM releases by introducing a new GitHub Actions workflow and modifying existing workflows accordingly.

  • Introduces .github/workflows/npm-release.yml to handle changeset checks and publish new NPM versions.
  • Updates shipit.upload.yml to remove legacy npm publishing in favor of CDN uploads.
  • Adjusts the CI workflow (.github/workflows/ci.yml) to reflect the new setup and naming conventions.

Reviewed Changes

Copilot reviewed 5 out of 8 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/npm-release.yml Adds a new workflow for changeset-based npm releases
shipit.upload.yml Removes npm publish command, focusing solely on uploading artifacts
.github/workflows/ci.yml Renames workflow and updates node setup from yarn to npm
Files not reviewed (3)
  • .github/.changesets/config.json: Language not supported
  • package.json: Language not supported
  • shipit.production.yml: Language not supported
Comments suppressed due to low confidence (1)

.github/workflows/ci.yml:1

  • [nitpick] The workflow name 'Run Ce tests' may contain a typo. Confirm if this should be 'Run CI tests' for clarity and consistency.
name: Run Ce tests

Sign up for free to 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