aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraiuto <aiuto@google.com>2023-09-27 17:09:50 -0400
committerGitHub <noreply@github.com>2023-09-27 17:09:50 -0400
commitff60b34e037313927b9067dd883dd82e1fbc211e (patch)
treead69c470061ce893d060473f987745836106014f
parent311a81ad12afc31db7755fe5f24cb4a172422fe3 (diff)
downloadrules_pkg-ff60b34e037313927b9067dd883dd82e1fbc211e.tar.gz
Add fixed releaser to because this will be done by a bot. (#757)
* Add fixed releaser to because this will be done by a bot. * Update metadata.template.json --------- Co-authored-by: Alex Eagle <alex@aspect.dev>
-rw-r--r--.bcr/config.yml3
-rw-r--r--.bcr/metadata.template.json7
2 files changed, 9 insertions, 1 deletions
diff --git a/.bcr/config.yml b/.bcr/config.yml
new file mode 100644
index 0000000..b40ed20
--- /dev/null
+++ b/.bcr/config.yml
@@ -0,0 +1,3 @@
+fixedReleaser:
+ login: aiuto
+ email: aiuto@google.com
diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json
index cc8c530..c330941 100644
--- a/.bcr/metadata.template.json
+++ b/.bcr/metadata.template.json
@@ -1,6 +1,11 @@
{
"homepage": "https://github.com/bazelbuild/rules_pkg",
- "maintainers": [],
+ "maintainers": [
+ {
+ "email": "aiuto@google.com",
+ "name": "Tony Aiuto",
+ }
+ ],
"repository": ["github:bazelbuild/rules_pkg"],
"versions": [],
"yanked_versions": {}