We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de33f88 commit 4428a96Copy full SHA for 4428a96
2 files changed
.github/workflows/distribute_internal.yml
@@ -4,8 +4,8 @@ on:
4
push:
5
branches:
6
- master
7
- # TODO: Remove feat/design-refresh once merged to master
8
- - feat/design-refresh
+ # TODO: Remove once merged to master
+ - v10.0.0
9
workflow_dispatch:
10
inputs:
11
platform:
packages/stream_chat_flutter/pubspec.yaml
@@ -5,9 +5,6 @@ version: 10.0.0-beta.13
repository: https://github.com/GetStream/stream-chat-flutter
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
-# TODO: Remove this once stream_core_flutter is published to pub.dev
-publish_to: none
-
# Note: The environment configuration and dependency versions are managed by Melos.
12
#
13
# Do not edit them manually.
0 commit comments