Skip to content

Commit b3586da

Browse files
author
Ben Gittins
committed
Attempting to fix issues with publishing release
1 parent 45e4d25 commit b3586da

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.bcr/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# See https://github.com/bazel-contrib/publish-to-bcr#a-note-on-release-automation
2+
3+
fixedReleaser:
4+
login: ihavespoons
5+

.bcr/metadata.template.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
"maintainers": [
44
{
55
"name": "Ben Gittins",
6-
"email": "",
6+
"email": "[email protected]",
77
"github": "ihavespoons"
88
}
99
],
10-
"repository": [
11-
"github:ihavespoons/rules_syft"
12-
],
10+
"repository": ["github:ihavespoons/rules_syft"],
1311
"versions": [],
1412
"yanked_versions": {}
15-
}
13+
}

0 commit comments

Comments
 (0)