We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58aa630 commit f313258Copy full SHA for f313258
.github/scripts/get-changeset-arguments.sh
@@ -34,6 +34,8 @@ intersect() {
34
35
add_changed_reverse_package_deps() {
36
packages="$1"
37
+ # Keep the existing packages.
38
+ echo "$packages"
39
# We need to include reverse dependencies because if a dependency is
40
# bumped, this also results in a patch bump of the dependent package.
41
# But if the dependency is not actually changed (either directly or
0 commit comments