Skip to content

Commit 8160dc9

Browse files
committed
chore(ci): updated release-please
1 parent 09f0a2f commit 8160dc9

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

.github/workflows/pr_title.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'PR Title is Conventional'
1+
name: 'PR Title is Conventional 🧐'
22
on:
33
pull_request_target:
44
types:

.github/workflows/release_please.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
name: release-please
1+
name: 'release-please 🙏'
22
on:
33
push:
44
branches:
55
- master
6-
pull_request:
7-
types: [closed]
8-
branches:
9-
- master
106
workflow_dispatch:
117

128
permissions:
@@ -17,7 +13,7 @@ jobs:
1713
release-please:
1814
runs-on: ubuntu-latest
1915
steps:
20-
- uses: google-github-actions/release-please-action@v3
16+
- uses: google-github-actions/release-please-action@v4
2117
with:
2218
command: manifest
2319
token: ${{ secrets.OG_BOT_TOKEN }}

melos_openapi_generator_dart.iml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@
77
<excludeFolder url="file://$MODULE_DIR$/example/.dart_tool" />
88
<excludeFolder url="file://$MODULE_DIR$/example/.pub" />
99
<excludeFolder url="file://$MODULE_DIR$/example/build" />
10+
<excludeFolder url="file://$MODULE_DIR$/example/api/petstore_api/.dart_tool" />
11+
<excludeFolder url="file://$MODULE_DIR$/example/api/petstore_api/.pub" />
12+
<excludeFolder url="file://$MODULE_DIR$/example/api/petstore_api/build" />
1013
</content>
1114
<orderEntry type="sourceFolder" forTests="false" />
1215
<orderEntry type="library" name="Dart SDK" level="project" />
1316
<orderEntry type="library" name="Dart Packages" level="project" />
1417
</component>
15-
</module>
18+
</module>

release-please-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"include-component-in-tag": false,
3-
"bootstrap-sha": "5d21f4aa99faf94d22a4958d30c157f9430bdbf3",
43
"packages": {
54
"openapi-generator": {
65
"release-type": "dart",

0 commit comments

Comments
 (0)