Skip to content

Commit 40dd375

Browse files
Enable external needs json & increase versions (#1201)
* Adding comment with explanation * Increase version according to new release Increasing docs-as-code version Increasing own module version
1 parent 18c6ed7 commit 40dd375

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
module(
1515
name = "score_platform",
16-
version = "0.1.1",
16+
version = "0.2.0",
1717
compatibility_level = 0,
1818
)
1919

@@ -90,5 +90,5 @@ bazel_dep(name = "score_cr_checker", version = "0.2.2")
9090
bazel_dep(name = "score_starpls_lsp", version = "0.1.0")
9191
# Checker rule for CopyRight checks/fixs
9292

93-
bazel_dep(name = "score_docs_as_code", version = "0.3.2")
93+
bazel_dep(name = "score_docs_as_code", version = "0.3.3")
9494
bazel_dep(name = "score_process", version = "0.2.0")

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,5 @@
6868
"options": ["source_code_link"],
6969
},
7070
}
71+
# This ensures all needs that are imported show up in the build 'needs.json'
72+
needs_builder_filter = ""

0 commit comments

Comments
 (0)