Skip to content

Conversation

@guendev
Copy link
Owner

@guendev guendev commented Oct 30, 2025

No description provided.

Copilot AI review requested due to automatic review settings October 30, 2025 14:32
Copy link

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 removes the docs package from versioning and adjusts CI/CD workflows to reflect its non-publishable status. The changes ensure that documentation updates don't trigger releases and that the docs package is excluded from changesets.

  • Removed the docs package CHANGELOG.md since it's marked as private and won't be published
  • Added docs package to changesets ignore list to prevent versioning
  • Refined workflow triggers to be more specific about which packages trigger which workflows
  • Added postinstall script to core package and removed continue-on-error from typecheck

Reviewed Changes

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

Show a summary per file
File Description
packages/docs/CHANGELOG.md Removed changelog as docs package is private and won't be published
packages/core/package.json Added postinstall script to build the package
.github/workflows/release.yml Made path triggers more specific by listing individual packages
.github/workflows/deploy-docs.yml Removed core package path trigger as docs deployment only needs docs changes
.github/workflows/ci.yml Removed continue-on-error flag from typecheck step
.changeset/config.json Added docs package to ignore list to prevent it from being versioned

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

@guendev guendev merged commit 796732e into main Oct 30, 2025
3 checks passed
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