Skip to content

Commit 64f6c09

Browse files
mollyibotcopybara-github
authored andcommitted
Prepare for jsinterop-generator bazel center registry release
PiperOrigin-RevId: 772133951
1 parent b19c23d commit 64f6c09

File tree

4 files changed

+57
-0
lines changed

4 files changed

+57
-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+
email: mollyibot@google.com

.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/jsinterop-generator",
3+
"maintainers": [
4+
{
5+
"name": "Goktug Gokdogan",
6+
"email": "goktug@google.com",
7+
"github": "gkdn"
8+
},
9+
{
10+
"name": "Julien Dramaix",
11+
"email": "dramaix@google.com",
12+
"github": "jDramaix"
13+
},
14+
{
15+
"name": "Kevin O'Connor",
16+
"email": "kevinoconnor@google.com",
17+
"github": "kevinoconnor7"
18+
},
19+
{
20+
"name": "Yuan Tian",
21+
"email": "mollyibot@google.com",
22+
"github": "mollyibot"
23+
}
24+
],
25+
"repository": [
26+
"github:google/jsinterop-generator"
27+
],
28+
"versions": [],
29+
"yanked_versions": {}
30+
}

.bcr/presubmit.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
- '//...'
16+
test_targets:
17+
- '//...'
18+

.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)