Skip to content

Conversation

@GarthDB
Copy link
Member

@GarthDB GarthDB commented Nov 19, 2025

Problem

The Release workflow is failing on main branch because the repository was renamed from adobe/spectrum-tokens to adobe/spectrum-design-data, but several configuration files still reference the old repository URLs.

This is causing the changesets publish step to fail when trying to generate changelogs and publish packages.

Reference: https://github.com/adobe/spectrum-design-data/actions/runs/19486561097/job/55770000418

Solution

Updated all repository, bugs, and homepage URLs from adobe/spectrum-tokens to adobe/spectrum-design-data in:

  • Root package.json
  • .changeset/config.json
  • packages/tokens/package.json
  • packages/component-schemas/package.json

Testing

Once merged, the Release workflow should complete successfully and be able to publish packages to npm without errors.

Updates all repository, bugs, and homepage URLs from adobe/spectrum-tokens
to adobe/spectrum-design-data in:
- Root package.json
- .changeset/config.json
- packages/tokens/package.json
- packages/component-schemas/package.json

This fixes the failing Release workflow which was unable to publish due to
incorrect repository configuration.
@changeset-bot
Copy link

changeset-bot bot commented Nov 19, 2025

⚠️ No Changeset found

Latest commit: 4334c44

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@GarthDB
Copy link
Member Author

GarthDB commented Nov 19, 2025

Run report for 4334c440

Total time: 39.2s | Comparison time: 34.9s | Estimated loss: 4.3s (11.0% slower)

Action Time Status Info
⬛️ SetupProto(0.51.4) 0.1ms Skipped
🟩 SyncWorkspace 7ms Passed
🟩 SyncProject(tokens) 0.3ms Passed
⬛️ SetupToolchain(node:~20.12) 1.3s Skipped
🟩 InstallWorkspaceDeps(node:~20.12) 8s Passed
🟩 RunTask(tokens:buildManifest) 217.5ms Passed
🟩 RunTask(tokens:buildTokens) 29.8s Passed
🟩 RunTask(tokens:build) 10.7ms Passed
Touched files
.changeset/config.json
package.json
packages/component-schemas/package.json
packages/tokens/package.json

@github-actions
Copy link
Contributor

🧩 Component Schema Changes Report

No component schema changes detected.

This comment was automatically generated by the component schema diff tool. 🤖

@GarthDB GarthDB merged commit 30484f3 into main Nov 19, 2025
5 checks passed
@GarthDB GarthDB deleted the fix/update-repository-urls-after-rename branch November 19, 2025 17:04
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