From aa721afcaa09beeba6b04ff159d8110f15f8047f Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Sun, 6 Nov 2022 19:35:39 -0500 Subject: [PATCH] chore: chang melos config and fix ambiguous readme character --- .gitignore | 3 ++- README.md | 2 +- melos.yaml | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6b6913f7..65b6eace 100644 --- a/.gitignore +++ b/.gitignore @@ -196,4 +196,5 @@ $RECYCLE.BIN/ .idea/ *.iml -google-services.json \ No newline at end of file +google-services.json +pubspec_overrides.yaml \ No newline at end of file diff --git a/README.md b/README.md index c92230e4..09a5d74f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Here is it a set of [Flutter plugins](https://flutter.io/platform-plugins/) that power up your applications. -[Flutter](https://flutter.dev) is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. Flutter is used by developers and organizations around the world, and is free +[Flutter](https://flutter.dev) is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. Flutter is used by developers and organizations around the world, and is free and open source. --- diff --git a/melos.yaml b/melos.yaml index 81293c87..fa0becc3 100644 --- a/melos.yaml +++ b/melos.yaml @@ -5,6 +5,9 @@ packages: - packages/** command: + bootstrap: + usePubspecOverrides: true + version: updateGitTagRefs: true linkToCommits: false # Gitea not yet supported