-
-
Notifications
You must be signed in to change notification settings - Fork 62
Release guidelines
Alan Mantoux edited this page Sep 11, 2024
·
4 revisions
- Update
CHANGELOG.md - Update
pubspec.yamlversion: x.y.z
- Update
CHANGELOG.md - Update
pubspec.yaml, change version and use new pub.devParchmentdependencyversion: x.y.z ... dependencies: parchment: ^x.y.z
- Update
README.mdin the Get started section## Get started Add Fleather to your dependencies. ```yaml dependencies: flutter: sdk: flutter fleather: ^x.y.z
- Create a release on the repo
- Update MIGRATION.md for any possible breaking change's migration guide
- Run
dart pub global run pana .to check scores - Run
dart pub publish --dry-runto check everything is ok - If everything is fine, run
dart pub publish