Skip to content

Commit 7cb904a

Browse files
publish script: add note to wait before publishing Flutter packages
1 parent 1064437 commit 7cb904a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tool/publish.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ function publish() {
7272
# Publish packages that others depend on first to pass publish checks.
7373
publish objectbox
7474
publish generator
75+
76+
echo "⚠️ WAIT A MINUTE before publishing the Flutter packages, or resolving the objectbox package version will fail"
77+
7578
publish flutter_libs
7679
publish sync_flutter_libs
7780

0 commit comments

Comments
 (0)