Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update deno automation to 0.12 #15248

Merged
merged 4 commits into from
Jul 19, 2022

Conversation

dsherret
Copy link
Member

I updated the lockfile with:

deno cache --lock=tools/deno.lock.json --lock-write ./tools/wpt.ts ./tools/upload_wptfyi.js ./tools/release/deps.ts

if (isReal) {
await crate.publish();
} else {
await crate.publishDryRun();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately the dry publish didn't really work because you can't try dry publishing a crate that has dependencies that aren't published... so I removed this code.

@dsherret dsherret merged commit 9b4ae08 into denoland:main Jul 19, 2022
@dsherret dsherret deleted the chore_bump_deno_automation branch July 19, 2022 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants