mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
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:
parent
76ab5b09b3
commit
fcde8dc870
2 changed files with 10 additions and 5 deletions
|
@ -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:
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue