Skip to content

Commit 6287146

Browse files
authored
Added github user IDs for BCR Publish (#3388)
Relates to bazelbuild/bazel-central-registry#4191
1 parent 019c1b6 commit 6287146

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.bcr/metadata.template.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,27 @@
22
"homepage": "https://github.com/bazelbuild/rules_rust",
33
"maintainers": [
44
{
5-
"email": "26427366+UebelAndre@users.noreply.github.com",
6-
"github": "UebelAndre",
7-
"name": "UebelAndre"
5+
"email": "26427366+UebelAndre@users.noreply.github.com",
6+
"github": "UebelAndre",
7+
"github_user_id": "26427366",
8+
"name": "UebelAndre"
89
},
910
{
1011
"email": "1131704+illicitonion@users.noreply.github.com",
1112
"github": "illicitonion",
13+
"github_user_id": "1131704",
1214
"name": "Daniel Wagner-Hall"
1315
},
1416
{
1517
"email": "11149636+scentini@users.noreply.github.com",
1618
"github": "scentini",
19+
"github_user_id": "11149636",
1720
"name": "Rosica Dejanovska"
1821
}
1922
],
20-
"repository": ["github:bazelbuild/rules_rust"],
23+
"repository": [
24+
"github:bazelbuild/rules_rust"
25+
],
2126
"versions": [],
2227
"yanked_versions": {}
2328
}

0 commit comments

Comments
 (0)