Conversation
🦋 Changeset detectedLatest commit: 3d03984 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/5348184816/npm-package-wrangler-3500You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/3500/npm-package-wrangler-3500Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/5348184816/npm-package-wrangler-3500 dev path/to/script.jsAdditional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/5348184816/npm-package-cloudflare-pages-shared-3500Note that these links will no longer work once the GitHub Actions artifact expires. |
Codecov Report
@@ Coverage Diff @@
## main #3500 +/- ##
==========================================
- Coverage 75.20% 75.17% -0.04%
==========================================
Files 183 183
Lines 11064 11062 -2
Branches 2906 2915 +9
==========================================
- Hits 8321 8316 -5
- Misses 2743 2746 +3 |
petebacondarwin
left a comment
There was a problem hiding this comment.
This should be pretty straightforward to add a test for, right?
for sure, good idea |
9074182 to
c34c4d8
Compare
Fixes #3495.
What this PR solves / how to test:
Makes it so running c3 with only the
--versionflag produces the correct output (just the version number)Author has included the following, where applicable:
Reviewer is to perform the following, as applicable: