Skip to content

Commit 675007a

Browse files
authored
Merge pull request eclipse-score#77 from qorix-group/piotrkorkus_rel_06
Release preparation
2 parents 25a1023 + a15e131 commit 675007a

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ on:
2525
push:
2626
branches:
2727
- main
28+
release:
29+
types: [created]
2830

2931
jobs:
3032
build-docs:

MODULE.bazel

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,7 @@ bazel_dep(name = "score_tooling", version = "1.1.0")
4040

4141
bazel_dep(name = "score_virtualization", version = "0.0.1", dev_dependency = True)
4242
bazel_dep(name = "score_process", version = "1.4.3", dev_dependency = True)
43-
bazel_dep(name = "score_platform", version = "0.5.2", dev_dependency = True) # This is main score repo
44-
git_override(
45-
module_name = "score_platform",
46-
commit = "6ef2b8c740eb538d9b9b44fabd3dea5e0a888da6",
47-
remote = "https://github.com/qorix-group/score.git",
48-
)
43+
bazel_dep(name = "score_platform", version = "0.5.3", dev_dependency = True) # This is main score repo
4944

5045
# Toolchains and extensions
5146
bazel_dep(name = "score_bazel_cpp_toolchains", version = "0.2.2", dev_dependency = True)

0 commit comments

Comments
 (0)