chore: re-add eds-tokens to release-please config#4882
Open
Conversation
Mobile team confirmed the TS API in 2.3.0-beta.2 works as expected, so eds-tokens can be released as stable. Re-adds the package entry that was temporarily removed in f3244fc to unblock stable releases of other packages. Also removes the global last-release-sha override so eds-tokens' changelog starts from its own v2.2.0 tag rather than from 0ef704b — without this, beta features (#4538, #4587, #4641, #4783) and recent fixes (#4831, #4864, #4873) would be missing from the 2.3.0 changelog entry. Closes #4591
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
packages/eds-tokensto release-please config and manifest at2.2.0last-release-shaoverride so eds-tokens' changelog starts from its own[email protected]tagContext
eds-tokenswas temporarily removed from release-please in f3244fc so we could publish2.3.0-beta.0manually, letting the mobile team validate the new TypeScript output. Mobile team confirmed today that the API works as expected, so we can release2.3.0as stable.scripts/is added toexclude-paths(build-time guard scripts shouldn't trigger releases), matching the pattern used forrollup.config.jsetc.Why remove
last-release-sha?It's a global override that limits release-please to commits since
0ef704b8. If left in place when eds-tokens is re-added, the 2.3.0 changelog would skip everything between[email protected](2026-02-17) and0ef704b8— including the beta features and most of the fixes.What gets released after merge
Release-please will rebuild #4856 (or open a fresh release PR) including:
eds-tokens 2.2.0 → 2.3.0with full changelog: spacing tokens (feat(eds-tokens): add spacing tokens to all build outputs #4587), nested TypeScript output (feat(eds-tokens): add nested TypeScript token output #4538), concept tokens in semantic outputs (feat(eds-tokens): include concept tokens in semantic build output #4641), elevation shadow tokens (feat(eds-tokens): add elevation shadow tokens for EDS 2.0 #4783), and recent fixes (fix: register typography length properties and update docs #4831, fix: emit explicit dark-scope rules instead of light-dark() in tokens #4864, fix: re-declare semantic color tokens on data-color-scheme scopes #4873)eds-core-react 2.5.1,eds-core-react-next 2.6.0-beta.0,eds-icons 1.4.1unchangedManual steps after the release PR merges
Closes #4591
Test plan
eds-tokens 2.3.0with a complete changelog fromv2.2.0