Skip to content

Commit b3760a6

Browse files
committed
Fix BCR release settings
1 parent 1952c85 commit b3760a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.bcr/metadata.template.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
{
55
"name": "Dragos Carp",
66
"email": "[email protected]",
7-
"github": "dcarp"
7+
"github": "dcarp",
8+
"github_user_id": 1738497
89
}
910
],
10-
"repository": ["github:bazelbuild/rules_d", "github:bazel-contrib/rules_d"],
11+
"repository": ["github:bazel-contrib/rules_d"],
1112
"versions": [],
1213
"yanked_versions": {}
1314
}

0 commit comments

Comments
 (0)