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
Copy file name to clipboardExpand all lines: docs/score_releases/release_note_score_v0_5_beta.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,15 +66,15 @@ This does include
66
66
- Static code analysis with CodeQL MISRA C++ 2023: `release link <https://github.com/eclipse-score/reference_integration/releases/tag/v0.5.0-beta>`.
67
67
- Execution of Unit tests as part of the Reference Integration `test_integration workflow <https://github.com/eclipse-score/reference_integration/blob/main/.github/workflows/test_integration.yml>`_.
68
68
- Unit-test coverage measurement results are now automatically part of Release Assests for every component: **//TODO:** link to an example.
69
-
- A new combined build toolchain of qcc and gcc, see :ref:`bazel-cpp-toolchain <bazel_cpp_toolchain>`.
69
+
- A new combined build toolchain of qcc and gcc, see `bazel-cpp-toolchain <https://github.com/eclipse-score/bazel_cpp_toolchains>`_.
70
70
- Improved doc-as-code and process description
71
71
- `bazel_tools_cc <https://github.com/eclipse-score/bazel-tools-cc>`_ introduces a clang-tidy integration into S-CORE bazel infrasturture:
72
72
73
73
- Check exhaustive `bazel_tools_cc README <https://github.com/eclipse-score/bazel-tools-cc/blob/main/README.md>`_ and an
74
74
`example project <https://github.com/eclipse-score/bazel-tools-cc/tree/main/test>`_ for instructions how to set-up
75
75
clang-tidy checks for your module
76
76
- In the upcoming releases clang-tidy will be extended with custom S-CORE checks to meet necessary process requirements.
77
-
- Platform functionality was extended with :ref:`logging daemon <logging_daemon>`.
77
+
- Platform functionality was extended with `logging daemon <https://github.com/eclipse-score/logging>`_.
0 commit comments