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

fix(scripts/release): add unstable flag when running ./tools/format.js #14743

Merged
merged 1 commit into from
May 27, 2022

Conversation

dsherret
Copy link
Member

Need to use the unstable flag when launching ./tools/format.js

Closes #14739

@@ -8,10 +8,6 @@ const repo = workspace.repo;
const cliCrate = workspace.getCliCrate();
const originalCliVersion = cliCrate.version;

// update the std version used in the code
console.log("Updating std version...");
await updateStdVersion();
Copy link
Member Author

Choose a reason for hiding this comment

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

Moved this below because on line 23 (now 19) it may prompt when running the script manually and the user might cancel the prompt.

@dsherret dsherret merged commit da416f0 into denoland:main May 27, 2022
@dsherret dsherret deleted the fix_format_script branch May 27, 2022 16:14
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.

version_bump should run the format command to format the Releases.md
2 participants