You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/skills/version-bump/SKILL.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ For each Dart or Flutter package:
79
79
2. Parse CHANGELOG.md and extract ## [Unreleased]
80
80
3. Determine the bump type using the rules above
81
81
4. Compute the next version
82
+
5. Update workspace-internal dependency references that point to this package to use the new version (e.g. update other packages' `pubspec.yaml` entries like `my_package: ^<new_version>`).
0 commit comments