diff --git a/publishing.md b/publishing.md index 267aa6d1..84c3d6e4 100644 --- a/publishing.md +++ b/publishing.md @@ -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 @@ -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