Update release script (#828)

Add new crates to the release script and updates the order of existing
crates according to the `nu_deps.nu` script.
This commit is contained in:
Ian Manske 2024-04-30 21:43:36 +00:00 committed by GitHub
parent 76ab5b09b3
commit fcde8dc870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 5 deletions

View File

@ -27,7 +27,7 @@
- [ ] in the repo of Nushell, run `/path/to/nu_scripts/make_release/bump-version.nu`
- [ ] then, ensure there are no compilation errors with any combination of features by running:
```nushell
cargo hack --all --feature-powerset --skip default-no-clipboard,stable,wasi,mimalloc check
cargo hack --all --feature-powerset --skip default-no-clipboard,stable,mimalloc check
```
(this will take a while...)
- [ ] check for build errors by running:

View File

@ -12,12 +12,16 @@ export def main [] {
nu-test-support,
nu-protocol,
nu-engine,
nu-plugin,
nu-plugin-protocol,
nu-color-config,
nu-parser,
nu-plugin-test-support
nu-std,
nu-plugin-core,
nu-plugin-engine,
nu-table,
nu-cmd-plugin,
nu-parser,
nu-plugin,
nu-std,
nuon,
nu-cmd-base,
]
@ -29,6 +33,7 @@ export def main [] {
let subcrates_wave_3 = [
nu-command,
nu-explore,
nu-plugin-test-support,
nu-cli,
nu-cmd-dataframe,
nu-cmd-extra,