take over release notes from score main#237
Open
RolandJentschETAS wants to merge 4 commits into
Open
Conversation
|
The created documentation from the pull request is available at: docu-html |
Member
|
Reviewed; LGTM |
PiotrKorkus
reviewed
May 22, 2026
Comment on lines
+18
to
+21
| Newest Release Notes | ||
| -------------------- | ||
|
|
||
| :doc:`score_releases/release_note_score_07` | ||
| :doc:`score_releases/release_note_score_v0_7` |
Contributor
There was a problem hiding this comment.
should we remove this section if we now list all release notes below?
No need to duplicate and clutter
Contributor
Author
There was a problem hiding this comment.
Would be fine for me. It also reduces some warnings. Not sure, if we should put the release notes section up as first point.
Contributor
There was a problem hiding this comment.
might be actually a good idea
PiotrKorkus
reviewed
May 22, 2026
Comment on lines
+28
to
+35
| # Exclude external release notes that are now maintained locally in docs/score_releases/ | ||
| exclude_patterns = [ | ||
| "_collections/score_platform/docs/score_releases/score_releases/**", | ||
| ] | ||
|
|
||
| # Suppress toc.excluded warnings from external modules referencing excluded docs | ||
| suppress_warnings = ["toc.excluded"] | ||
|
|
Contributor
There was a problem hiding this comment.
Actually lets not introduce this workaround.
Merge score PR first and use new hash, so these needs won't be a problem anymore
Contributor
Author
There was a problem hiding this comment.
Hope, we do not end up in a deadlock
PiotrKorkus
requested changes
May 22, 2026
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.
take over release notes from score main. See also https://eclipse-score.github.io/score/main/contribute/general/folder.html#reference-integration-repository-folder-structure
The belonging PR in score is eclipse-score/score#2921