Skip to content

Commit

Permalink
chore: Updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gibahjoe committed Sep 1, 2023
1 parent 17db561 commit 73cd379
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
with:
command: manifest
token: ${{ secrets.OG_BOT_TOKEN }}
manifest-tags: true
15 changes: 9 additions & 6 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"bootstrap-sha": "68cf9669e9e5589c87320fb03cf9f2e85f67c45e",
"packages": {
"./openapi-generator": {
"openapi-generator": {
"release-type": "dart",
"package-name": "openapi-generator"
"package-name": "openapi-generator",
"changelog-path": "openapi-generator/CHANGELOG.md"
},
"./openapi-generator-annotations": {
"openapi-generator-annotations": {
"release-type": "dart",
"package-name": "openapi-generator-annotations"
"package-name": "openapi-generator-annotations",
"changelog-path": "openapi-generator-annotations/CHANGELOG.md"
},
"./openapi-generator-cli": {
"openapi-generator-cli": {
"release-type": "dart",
"package-name": "openapi-generator-cli"
"package-name": "openapi-generator-cli",
"changelog-path": "openapi-generator-cli/CHANGELOG.md"
}
}
}

0 comments on commit 73cd379

Please sign in to comment.