Skip to content

Commit 73cd379

Browse files
committed
chore: Updated github actions
1 parent 17db561 commit 73cd379

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/workflows/release_please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ jobs:
1616
with:
1717
command: manifest
1818
token: ${{ secrets.OG_BOT_TOKEN }}
19+
manifest-tags: true

release-please-config.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
{
22
"bootstrap-sha": "68cf9669e9e5589c87320fb03cf9f2e85f67c45e",
33
"packages": {
4-
"./openapi-generator": {
4+
"openapi-generator": {
55
"release-type": "dart",
6-
"package-name": "openapi-generator"
6+
"package-name": "openapi-generator",
7+
"changelog-path": "openapi-generator/CHANGELOG.md"
78
},
8-
"./openapi-generator-annotations": {
9+
"openapi-generator-annotations": {
910
"release-type": "dart",
10-
"package-name": "openapi-generator-annotations"
11+
"package-name": "openapi-generator-annotations",
12+
"changelog-path": "openapi-generator-annotations/CHANGELOG.md"
1113
},
12-
"./openapi-generator-cli": {
14+
"openapi-generator-cli": {
1315
"release-type": "dart",
14-
"package-name": "openapi-generator-cli"
16+
"package-name": "openapi-generator-cli",
17+
"changelog-path": "openapi-generator-cli/CHANGELOG.md"
1518
}
1619
}
1720
}

0 commit comments

Comments
 (0)