File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 16
16
with :
17
17
command : manifest
18
18
token : ${{ secrets.OG_BOT_TOKEN }}
19
+ manifest-tags : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"bootstrap-sha" : " 68cf9669e9e5589c87320fb03cf9f2e85f67c45e" ,
3
3
"packages" : {
4
- "./ openapi-generator" : {
4
+ "openapi-generator" : {
5
5
"release-type" : " dart" ,
6
- "package-name" : " openapi-generator"
6
+ "package-name" : " openapi-generator" ,
7
+ "changelog-path" : " openapi-generator/CHANGELOG.md"
7
8
},
8
- "./ openapi-generator-annotations" : {
9
+ "openapi-generator-annotations" : {
9
10
"release-type" : " dart" ,
10
- "package-name" : " openapi-generator-annotations"
11
+ "package-name" : " openapi-generator-annotations" ,
12
+ "changelog-path" : " openapi-generator-annotations/CHANGELOG.md"
11
13
},
12
- "./ openapi-generator-cli" : {
14
+ "openapi-generator-cli" : {
13
15
"release-type" : " dart" ,
14
- "package-name" : " openapi-generator-cli"
16
+ "package-name" : " openapi-generator-cli" ,
17
+ "changelog-path" : " openapi-generator-cli/CHANGELOG.md"
15
18
}
16
19
}
17
20
}
You can’t perform that action at this time.
0 commit comments