Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.05 KB

publishing.md

File metadata and controls

44 lines (32 loc) · 1.05 KB

Publishing

This document describes step-by-step how to release a new version of the library to pub.

  1. floor_annotation

    1. Update CHANGELOG
    2. Update version
    3. Update dependencies
    4. pub get
  2. floor

    1. Update CHANGELOG
    2. Update README (with updated library versions)
    3. Update version
    4. Update dependencies
    5. flutter packages get
  3. floor_generator

    1. Update CHANGELOG
    2. Update version
    3. Update dependencies
    4. pub get
  4. Check if all dependencies can be resolved and project runs as expected

  5. floor_annotation pub publish

  6. floor

    1. Change path of floor_annotation to point to pub hosted package
    2. pub publish
  7. floor_generator

    1. Change path of floor_annotation to point to pub hosted package
    2. pub publish
  8. Change path of floor_annotation to point to local package

    1. floor
    2. floor_generator
  9. Update README (with updated library versions)

  10. Update CHANGELOG

  11. Push changes to repository