File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- 7.1.2
1
+ 7.2.0
Original file line number Diff line number Diff line change @@ -3,4 +3,3 @@ root = true
3
3
[* ]
4
4
end_of_line = lf
5
5
insert_final_newline = true
6
-
Original file line number Diff line number Diff line change 25
25
with : { clang-format-version: "18" }
26
26
27
27
test-windows :
28
- if : github.event_name == 'merge_group'
28
+ if : ( github.event_name == 'pull_request' && github.event.pull_request.user.login == 'renovate[bot]') || (github.event_name == ' merge_group' && github.event.pull_request.user.login != 'renovate[bot]')
29
29
runs-on : windows-latest
30
30
steps :
31
31
- uses : actions/cache@v4
41
41
working-directory : test
42
42
43
43
test-linux :
44
- if : github.event_name == 'merge_group'
44
+ if : ( github.event_name == 'pull_request' && github.event.pull_request.user.login == 'renovate[bot]') || (github.event_name == ' merge_group' && github.event.pull_request.user.login != 'renovate[bot]')
45
45
runs-on : ubuntu-latest
46
46
steps :
47
47
- uses : actions/cache@v4
Original file line number Diff line number Diff line change 1
1
startup --windows_enable_symlinks
2
2
common --enable_bzlmod
3
3
common --registry=https://raw.githubusercontent.com/ecsact-dev/bazel_registry/main
4
+ common --registry=https://raw.githubusercontent.com/zaucy/bazel-central-registry/add-curl-config2 # temporary
4
5
common --registry=https://raw.githubusercontent.com/bazelboost/registry/main
5
6
common --registry=https://bcr.bazel.build
6
7
build --enable_platform_specific_config
Original file line number Diff line number Diff line change 1
1
pre_bump_hooks = [
2
- # Ecsact pre 1.0.0 the 0.X.0 is our 'major' version
3
- " buildozer 'set version {{version}}' 'set compatibility_level {{version.minor}}' //MODULE.bazel:%module" ,
4
- " bazel mod tidy" ,
2
+ # Ecsact pre 1.0.0 the 0.X.0 is our 'major' version
3
+ " buildozer 'set version {{version}}' 'set compatibility_level {{version.minor}}' //MODULE.bazel:%module" ,
4
+ " bazel mod tidy" ,
5
5
]
6
6
7
7
post_bump_hooks = [
8
- " git push" ,
9
- " git push origin {{version}}" ,
10
- " gh release create {{version}} --generate-notes --latest -t {{version}} --verify-tag" ,
8
+ " git push" ,
9
+ " git push origin {{version}}" ,
10
+ " gh release create {{version}} --generate-notes --latest -t {{version}} --verify-tag" ,
11
11
]
You can’t perform that action at this time.
0 commit comments