Skip to content

Commit

Permalink
Improve publishing document
Browse files Browse the repository at this point in the history
  • Loading branch information
vitusortner committed Sep 12, 2021
1 parent be5eb17 commit 4a0b3ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This document describes step-by-step how to release a new version of the library
1. Update CHANGELOG
1. Update version
1. Update dependencies
1. `pub get`
1. `dart pub get`

1. **floor**
1. Update CHANGELOG
Expand All @@ -19,22 +19,22 @@ This document describes step-by-step how to release a new version of the library
1. Update CHANGELOG
1. Update version
1. Update dependencies
1. `pub get`
1. `dart pub get`

1. Check if all dependencies can be resolved and project runs as expected

1. **floor_annotation**
1. `pub publish`
1. `dart pub publish`

1. **floor_generator**
1. Change path of **floor_annotation** to point to pub hosted package
1. `pub publish`
1. `dart pub publish`
1. Change path of **floor_annotation** to point to local package

1. **floor**
1. Change path of **floor_annotation** to point to pub hosted package
1. Change path of **floor_generator** to point to pub hosted package
1. `pub publish`
1. `dart pub publish`
1. Change path of **floor_annotation** to point to local package
1. Change path of **floor_generator** to point to local package

Expand Down

0 comments on commit 4a0b3ce

Please sign in to comment.