Skip to content

Commit

Permalink
Removing Simulate command since we have nothing to overwrite with it.
Browse files Browse the repository at this point in the history
  • Loading branch information
message-dimke committed Oct 29, 2023
1 parent 7d885ae commit de8edef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
2 changes: 0 additions & 2 deletions bin/wr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
use Automattic\WooCommerce\Grow\WR\Commands\Branch;
use Automattic\WooCommerce\Grow\WR\Commands\Bulk;
use Automattic\WooCommerce\Grow\WR\Commands\Release;
use Automattic\WooCommerce\Grow\WR\Commands\Simulate;
use Automattic\WooCommerce\Grow\WR\Commands\VersionReplace;
use WR\Application;

Expand Down Expand Up @@ -45,7 +44,6 @@ $app->addCommands(
new Bulk(),
new VersionReplace(),
new Release(),
new Simulate(),
new Branch(),
]
);
Expand Down
26 changes: 0 additions & 26 deletions packages/php/woorelease-extension/src/Commands/Simulate.php

This file was deleted.

0 comments on commit de8edef

Please sign in to comment.