mirror of https://github.com/bazelbuild/rules_pkg
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>
This commit is contained in:
parent
311a81ad12
commit
ff60b34e03
|
@ -0,0 +1,3 @@
|
|||
fixedReleaser:
|
||||
login: aiuto
|
||||
email: aiuto@google.com
|
|
@ -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": {}
|
||||
|
|
Loading…
Reference in New Issue