File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "openapi_generator " : " 5.0.3" ,
3
- "openapi_generator_annotations " : " 5.0.3" ,
4
- "openapi_generator_cli " : " 5.0.3"
2
+ "openapi-generator " : " 5.0.3" ,
3
+ "openapi-generator-annotations " : " 5.0.3" ,
4
+ "openapi-generator-cli " : " 5.0.3"
5
5
}
Original file line number Diff line number Diff line change @@ -33,5 +33,5 @@ scripts:
33
33
- ' *web*'
34
34
- ' *example*'
35
35
36
- combine_coverage :
37
- run : dart pub global run combine_coverage --repo-path=". "
36
+ versioning :
37
+ tagFormat : " v{{version}} "
Original file line number Diff line number Diff line change 1
1
{
2
- "include-component-in-tag" : true ,
2
+ "include-component-in-tag" : false ,
3
3
"bootstrap-sha" : " 5d21f4aa99faf94d22a4958d30c157f9430bdbf3" ,
4
4
"packages" : {
5
- "openapi_generator " : {
5
+ "openapi-generator " : {
6
6
"release-type" : " dart" ,
7
7
"component" : " openapi-generator"
8
8
},
9
- "openapi_generator_annotations " : {
9
+ "openapi-generator-annotations " : {
10
10
"release-type" : " dart" ,
11
11
"component" : " openapi-generator-annotations"
12
12
},
13
- "openapi_generator_cli " : {
13
+ "openapi-generator-cli " : {
14
14
"release-type" : " dart" ,
15
15
"component" : " openapi-generator-cli"
16
16
}
You can’t perform that action at this time.
0 commit comments