You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each work product is identified by its sphinx-needs Id, this includes documents identified as such (see :project documents list in :need:`doc__documentation_mgt_plan`).
62
+
Each work product is identified by its sphinx-needs Id, this includes documents identified as such (see project documents list in :need:`doc__documentation_mgt_plan`).
63
63
Spinx-needs checks for Id duplicates.
64
64
The work products are stored in text or code files (these are identified by their filenames) within GitHub repositories.
65
65
There is one `platform repository <https://GitHub.com/eclipse-score/score/>`_ and one repository for each module.
66
66
67
67
For other artefacts these are either
68
68
69
69
- files - are identified by their path/filename (and configured also in GitHub)
70
-
- precompiled tools/binaries - bazel build configuration identifies those by their hash.
70
+
- precompiled tools/binaries - bazel build configuration identifies those by their hash (see MODULE.bazel).
71
71
- (external) tools/binaries to be built in S-CORE CI - bazel build configuration identifies those by their version.
72
72
73
73
@@ -112,7 +112,7 @@ The "remote" branch is not "local" to the developer but resides on the "remote"
112
112
113
113
Baselines are created by using the GitHub "tag" function. The tag name shall correspond to
114
114
the release branch name the tag is created, adding patch version and pre-release tag.
115
-
See also release management (Todo: add link when `PR-578 <https://github.com/eclipse-score/score/pull/578>`_ is merged).
115
+
See also :need:`doc__platform_release_management_plan`.
116
116
117
117
Every change in the release repository is also taken over into the main branch. The module development team
118
118
can decide how to ensure this (e.g. by development in main and cherrypick to release branch).
0 commit comments