-
Notifications
You must be signed in to change notification settings - Fork 70
chore: add /next subpath + (beta) release please for next components #4251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
eddiman
merged 16 commits into
main
from
216-implement-next-entry-point-for-eds-20-components-beta-release-flow
Dec 9, 2025
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
a649954
WIP add /next subpath + separate rollup config
pomfrida 9c3e5fb
WIP release please config for beta release
pomfrida c4972d7
Automate beta releases
pomfrida fc59c51
Add EDS 2.0 Storybook documentation
pomfrida 9dab313
Add valid ES module index
pomfrida 5adb069
Add placeholder to stisfy build
pomfrida f6a43e0
docs: add more documentation
pomfrida 9b9b80a
Update publish workflow to check beta vs stable releases
pomfrida 66b256d
Update links to docs
pomfrida 75a0e3f
Add simple release type
pomfrida b27e02b
Actually move the next changelog
pomfrida fcecbad
fix: consistent cache keys and README clarification
pomfrida 593509b
docs: simplify git push example
pomfrida 2865af7
docs: remove duplicate install command in README
pomfrida 943dec9
feat: add Placeholder story with beta labeling
pomfrida aca0ce9
refactor: share rollup config, remove use client from index, cleanup …
pomfrida File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,14 @@ | |
| "packages/eds-core-react": { | ||
| "release-type": "node", | ||
| "package-name": "@equinor/eds-core-react", | ||
| "component": "eds-core-react" | ||
| "component": "eds-core-react", | ||
| "exclude-paths": ["src/components/next"] | ||
| }, | ||
| "packages/eds-core-react/src/components/next": { | ||
| "release-type": "simple", | ||
torleifhalseth marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "component": "eds-core-react-next", | ||
| "prerelease-type": "beta", | ||
| "include-component-in-tag": false | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What is the effect of this configuration @copilot ? |
||
| }, | ||
| "packages/eds-data-grid-react": { | ||
| "release-type": "node", | ||
|
|
||
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks very nice. I just added some questions to better understand the configuration. Also tested to mention copilot to see if it can answer inline, but please answer them if you have the answer @pomfrida :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know the effect of using different component value?