Skip to content

Commit

Permalink
ci: Fix melos test script
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed Feb 4, 2025
1 parent 8372ec7 commit 3042f5f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 30 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,5 @@ package-lock.json
.fvm/
pubspec_overrides.yaml
/pana
/doc/api
/doc/api
tmpfile
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"packages/zeta_flutter": "0.20.1",
"packages/zeta_flutter_theme": "0.20.1",
"packages/zeta_flutter_utils": "0.20.1",
"packages/zeta_icons": "0.20.1"
"packages/zeta_icons": "0.20.1",
".": "0.20.1"
}
9 changes: 0 additions & 9 deletions packages/zeta_flutter_theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
# Changelog

## [1.0.0-alpha.2] (2025-01-24)

### 📈 Documentation

- Update documentation for zeta_flutter, zeta_flutter_utils, zeta_flutter_theme and zeta_flutter_icons ([3012e02](https://github.com/ZebraDevs/zeta_flutter/commit/3012e02e5f7f6cf2fbc3a799985840ccd362ca38))
- Update example app and widgetbook ([3012e02](https://github.com/ZebraDevs/zeta_flutter/commit/3012e02e5f7f6cf2fbc3a799985840ccd362ca38))

## [1.0.0-alpha.1] - Initial alpha release
9 changes: 0 additions & 9 deletions packages/zeta_flutter_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
# Changelog

## [1.0.0-alpha.2] (2025-01-24)

### 📈 Documentation

- Update documentation for zeta_flutter, zeta_flutter_utils, zeta_flutter_theme and zeta_flutter_icons ([3012e02](https://github.com/ZebraDevs/zeta_flutter/commit/3012e02e5f7f6cf2fbc3a799985840ccd362ca38))
- Update example app and widgetbook ([3012e02](https://github.com/ZebraDevs/zeta_flutter/commit/3012e02e5f7f6cf2fbc3a799985840ccd362ca38))

## [1.0.0-alpha.1] - Initial alpha release
9 changes: 0 additions & 9 deletions packages/zeta_icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
# Changelog

## [1.0.0-alpha.2] (2025-01-24)

### 📈 Documentation

- Update documentation for zeta_flutter, zeta_flutter_utils, zeta_flutter_theme and zeta_flutter_icons ([3012e02](https://github.com/ZebraDevs/zeta_flutter/commit/3012e02e5f7f6cf2fbc3a799985840ccd362ca38))
- Update example app and widgetbook ([3012e02](https://github.com/ZebraDevs/zeta_flutter/commit/3012e02e5f7f6cf2fbc3a799985840ccd362ca38))

## [1.0.0-alpha.1] - Initial alpha release
5 changes: 5 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@
"packages/zeta_icons": {
"release-type": "dart",
"package-name": "zeta_icons"
},
".": {
"release-type": "dart",
"package-name": "monorepo"
}
},
"group-pull-request-title-pattern": "chore(${component}${scope}): release ${branch}",
"include-component-in-tag": false,
"extra-files": [
"example/lib/home.dart",
Expand Down
3 changes: 2 additions & 1 deletion scripts/lcov_combine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ then
echo "lcov could not be found, please install it first."
exit
fi


touch tmpfile

array=()
while IFS= read -r -d '' dir; do
Expand Down

0 comments on commit 3042f5f

Please sign in to comment.