As a follow up of this PR https://github.com/Shopify/shopify-cli/pull/2643 we need to update the release rake task to not use the shopify-cli.rb source file since it's no longer present in the build folder.
WHAT is this pull request doing?
This PR removes that file from the release task.
Update checklist
[x] I've added a CHANGELOG entry for this PR (if the change is public-facing)
[x] I've considered possible cross-platform impacts (Mac, Linux, Windows).
[x] I've left the version number as is (we'll handle incrementing this when releasing).
[x] I've included any post-release steps in the section above (if needed).
WHY are these changes introduced?
As a follow up of this PR https://github.com/Shopify/shopify-cli/pull/2643 we need to update the release rake task to not use the
shopify-cli.rb
source file since it's no longer present in the build folder.WHAT is this pull request doing?
This PR removes that file from the release task.
Update checklist