From 20895bf769c82f7accc014a3c2c85bbf8a8ceb3f Mon Sep 17 00:00:00 2001 From: Volodymyr Buberenko Date: Tue, 4 Jun 2024 13:12:47 +0300 Subject: [PATCH] chore(ci): Update Melos (#3020) --- CONTRIBUTING.md | 2 +- pubspec.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dbf7eb1df7..6290a0bf53 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -285,7 +285,7 @@ Some things to keep in mind before publishing the release: 2. Run `git pull origin main`. 3. Run `git pull --tags` to make sure all tags are fetched. 4. Create new branch with the signature `release/[year]-[month]-[day]`. -5. Run `melos version --no-git-tag-version` to automatically version packages and update Changelogs. +5. Run `melos version --no-git-commit-version` to automatically version packages and update Changelogs. 6. Run `melos publish` to dry run and confirm all packages are publishable. 7. After successful dry run, commit all changes with the signature "chore(release): prepare for release". 8. Run `git push origin [RELEASE BRANCH NAME]` & open pull request for review on GitHub. diff --git a/pubspec.yaml b/pubspec.yaml index 7c71ce1380..9b418e3b20 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,8 @@ name: plus_plugins_workspace environment: - sdk: ">=2.18.0 <4.0.0" + sdk: ">=3.3.0 <4.0.0" dev_dependencies: - flutter_lints: ^2.0.1 - melos: ^3.1.0 + flutter_lints: ^4.0.0 + melos: ^6.0.0