Skip to content

Commit 09c86ae

Browse files
committed
chore: updated melos config
1 parent 88adfae commit 09c86ae

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.github/workflows/code_quality.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
ci:
1616
name: Dart CI Checks
1717
runs-on: ubuntu-latest
18-
strategy:
19-
fail-fast: false
20-
matrix:
21-
work_dir: [ openapi-generator, openapi-generator-annotations ]
22-
defaults:
23-
run:
24-
working-directory: ${{ matrix.work_dir }}
18+
# strategy:
19+
# fail-fast: false
20+
# matrix:
21+
# work_dir: [ openapi-generator, openapi-generator-annotations ]
22+
# defaults:
23+
# run:
24+
# working-directory: ${{ matrix.work_dir }}
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v3

release-please-config.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"include-component-in-tag": true,
3+
"bootstrap-sha": "5d21f4aa99faf94d22a4958d30c157f9430bdbf3",
34
"packages": {
4-
"openapi-generator": {
5+
"openapi_generator": {
56
"release-type": "dart",
67
"component": "openapi-generator"
78
},
8-
"openapi-generator-annotations": {
9+
"openapi_generator_annotations": {
910
"release-type": "dart",
1011
"component": "openapi-generator-annotations"
1112
},
12-
"openapi-generator-cli": {
13+
"openapi_generator_cli": {
1314
"release-type": "dart",
1415
"component": "openapi-generator-cli"
1516
}

0 commit comments

Comments
 (0)