diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json index 49df74dc0..37da4af2f 100644 --- a/.bcr/metadata.template.json +++ b/.bcr/metadata.template.json @@ -2,9 +2,14 @@ "homepage": "https://docs.aspect.build/rules/aspect_bazel_lib", "maintainers": [ { - "email": "hello@aspect.dev", - "github": "aspect-build", - "name": "Aspect team" + "name": "Alex Eagle", + "email": "alex@aspect.dev", + "github": "alexeagle" + }, + { + "name": "Derek Cormier", + "email": "derek@aspect.dev", + "github": "kormide" } ], "repository": ["github:aspect-build/bazel-lib"], diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 34333e342..e63a5721c 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -2,9 +2,11 @@ bcr_test_module: module_path: "e2e/smoke" matrix: platform: ["debian10", "macos", "ubuntu2004", "windows"] + bazel: ["7.x", "6.x"] tasks: run_tests: name: "Run test module" platform: ${{ platform }} + bazel: ${{ bazel }} test_targets: - "//..."