File tree Expand file tree Collapse file tree 4 files changed +57
-0
lines changed Expand file tree Collapse file tree 4 files changed +57
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change
1
+ {
2
+ "integrity" : " " ,
3
+ "strip_prefix" : " {REPO}-{VERSION}" ,
4
+ "url" : " https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-{TAG}.tar.gz"
5
+ }
You can’t perform that action at this time.
0 commit comments