Skip to content

Commit 3c74aae

Browse files
mollyibotcopybara-github
authored andcommitted
Prepare elemental2 for bcr release.
PiperOrigin-RevId: 772138544
1 parent ac22b3b commit 3c74aae

File tree

4 files changed

+54
-0
lines changed

4 files changed

+54
-0
lines changed

.bcr/config.yml

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

.bcr/metadata.template.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"homepage": "https://github.com/google/elemental2",
3+
"maintainers": [
4+
{
5+
"name": "Goktug Gokdogan",
6+
"email": "[email protected]",
7+
"github": "gkdn"
8+
},
9+
{
10+
"name": "Julien Dramaix",
11+
"email": "[email protected]",
12+
"github": "jDramaix"
13+
},
14+
{
15+
"name": "Kevin O'Connor",
16+
"email": "[email protected]",
17+
"github": "kevinoconnor7"
18+
},
19+
{
20+
"name": "Yuan Tian",
21+
"email": "[email protected]",
22+
"github": "mollyibot"
23+
}
24+
],
25+
"repository": [
26+
"github:google/elemental2"
27+
],
28+
"versions": [],
29+
"yanked_versions": {}
30+
}

.bcr/presubmit.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
bcr_test_module:
2+
module_path: "."
3+
matrix:
4+
platform:
5+
- macos
6+
- ubuntu2004
7+
bazel:
8+
- 7.x
9+
- 8.x
10+
tasks:
11+
run_tests:
12+
platform: ${{ platform }}
13+
bazel: ${{ bazel }}
14+
build_targets:
15+
- '//...'

.bcr/source.template.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"integrity": "",
3+
"strip_prefix": "{REPO}-{VERSION}",
4+
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-{TAG}.tar.gz"
5+
}

0 commit comments

Comments
 (0)