Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ dependencies:
version: ^1.0.0-beta.7

dev_dependencies:
runtime_ci_tooling:
git:
url: git@github.com:open-runtime/runtime_ci_tooling.git
tag_pattern: v{{version}}
version: ^0.23.0
# runtime_ci_tooling — use global activation (do not add as a dev_dependency). Example:
# dart pub global activate --source git https://github.com/open-runtime/runtime_ci_tooling.git --git-ref vX.Y.Z
# dart pub global run runtime_ci_tooling:manage_cicd --help
Comment on lines +25 to +27
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that runtime_ci_tooling is no longer a dev_dependency, any repo documentation/scripts that use dart run runtime_ci_tooling:... will break for local runs. Please update those references to dart pub global run runtime_ci_tooling:... (e.g., CLAUDE.md currently mentions dart run runtime_ci_tooling:manage_cicd ...).

Copilot uses AI. Check for mistakes.
test: ^1.25.5
safe_int_id: ^1.1.1
Loading