File tree Expand file tree Collapse file tree 5 files changed +49
-5
lines changed
Expand file tree Collapse file tree 5 files changed +49
-5
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "homepage" : " https://github.com/OpenAPITools/openapi-generator-bazel" ,
3+ "maintainers" : [
4+ {
5+ "name" : " William Cheng" ,
6+ "email" : " wing328hk@gmail.com" ,
7+ "github" : " wing328"
8+ },
9+ {
10+ "name" : " Christian Behon" ,
11+ "email" : " christian.behon@knusperleicht.at" ,
12+ "github" : " nucle"
13+ },
14+ {
15+ "name" : " Brad Holmes" ,
16+ "email" : " bradholmes04@gmail.com" ,
17+ "github" : " BradHolmes"
18+ }
19+ ],
20+ "repository" : [
21+ " github:OpenAPITools/openapi-generator-bazel"
22+ ],
23+ "versions" : [],
24+ "yanked_versions" : {}
25+ }
26+
Original file line number Diff line number Diff line change 22tasks :
33 ubuntu1804 :
44 build_targets :
5- - " ... "
5+ - " //:* "
66 test_targets :
7- - " ... "
7+ - " //:* "
88 macos :
99 build_targets :
10- - " ... "
10+ - " //:* "
1111 test_targets :
12- - " ... "
12+ - " //:* "
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+ }
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 0.2.0] - 2025-03-18
9+
10+ ### Added
11+
12+ - Add CI to automatically publish to BCR
13+ - Update to support bazel v7+, and register in BCR
Original file line number Diff line number Diff line change 11module (
22 name = "openapi_tools_generator_bazel" ,
3- version = "0.1.7 " ,
3+ version = "0.2.0 " ,
44 compatibility_level = 0 ,
55)
66
You can’t perform that action at this time.
0 commit comments