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

Update nu_release.nu for 0.87 release #668

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 6 additions & 4 deletions make_release/nu_release.nu
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,21 @@ let subcrates_wave_1 = [
nu-parser,
nu-table,
nu-explore,
nu-cmd-base,
]

# This crate has a `build.rs` file and thus needs `--no-verify`
let subcrates_wave_2 = [
nu-cmd-base,
nu-cmd-lang,
nu-cmd-dataframe,
nu-cmd-extra,
nu-command,
]

let subcrates_wave_3 = [
nu-command,
nu-cmd-dataframe,
nu-cmd-extra,
nu-cli,
nu-std,
nu-lsp,

nu_plugin_query,
nu_plugin_inc,
Expand Down