Skip to content

Release guidelines

Alan Mantoux edited this page Sep 11, 2024 · 4 revisions

Parchment

  • Update CHANGELOG.md
  • Update pubspec.yaml
    version: x.y.z

Fleather

  • Update CHANGELOG.md
  • Update pubspec.yaml, change version and use new pub.dev Parchment dependency
    version: x.y.z
    ...
    dependencies:
      parchment: ^x.y.z
  • Update README.md in 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

Publishing

  • 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-run to check everything is ok
  • If everything is fine, run dart pub publish

Clone this wiki locally