Skip to content

Conversation

bhouston
Copy link
Member

Description

This PR fixes the GitHub Actions release workflow failure by properly configuring the packages/docs package to be skipped during the release process.

Changes

  1. Added a semantic-release script to the packages/docs/package.json file
  2. Created a .releaserc.json file in the packages/docs directory that extends semantic-release-monorepo but is configured to skip actual publishing using npmPublish: false option

Testing

Verified that the verify-release-config.js script passes with the new configuration.

Fixes #283

@bhouston bhouston closed this Mar 14, 2025
@bhouston bhouston deleted the fix/docs-release-config branch March 14, 2025 14:46
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.

Fix: Configure docs package to be skipped during release

1 participant