summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Meumertzheim <fabian@meumertzhe.im>2024-04-12 17:44:09 +0200
committerGitHub <noreply@github.com>2024-04-12 11:44:09 -0400
commit273fcfdc13a2bd3aa50b0a83074aa52f3a330562 (patch)
treee9a926f3aec09e9df6b0cabf424296e76d6bdfb1
parent2b2406bc7830c488e73ef92af715d5453c6c8a4b (diff)
downloadbazelbuild-rules_fuzzing-upstream-master.tar.gz
Make fmeum the BCR maintainer (#249)upstream-master
By also making me the `fixedReleaser`, BCR release automation should work as it will use my fork.
-rw-r--r--.bcr/config.yml3
-rw-r--r--.bcr/metadata.template.json6
2 files changed, 6 insertions, 3 deletions
diff --git a/.bcr/config.yml b/.bcr/config.yml
new file mode 100644
index 0000000..4225f4f
--- /dev/null
+++ b/.bcr/config.yml
@@ -0,0 +1,3 @@
+fixedReleaser:
+ login: fmeum
+ email: fabian@meumertzhe.im
diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json
index 418d75e..ca17a2a 100644
--- a/.bcr/metadata.template.json
+++ b/.bcr/metadata.template.json
@@ -2,9 +2,9 @@
"homepage": "https://github.com/bazelbuild/rules_fuzzing",
"maintainers": [
{
- "email": "sbucur@google.com",
- "github": "stefanbucur",
- "name": "Stefan Bucur"
+ "email": "fabian@meumertzhe.im",
+ "github": "fmeum",
+ "name": "Fabian Meumertzheim"
}
],
"versions": [],