mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
update release script for most recent crate addition nu-cmd-extra (#521)
This commit is contained in:
parent
6d5afb6a38
commit
b92eb7c03f
1 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@ let subcrates_wave_1 = [
|
|||
let subcrates_wave_2 = [
|
||||
nu-cmd-lang,
|
||||
nu-cmd-dataframe,
|
||||
nu-cmd-extra,
|
||||
nu-command,
|
||||
]
|
||||
|
||||
|
@ -36,7 +37,7 @@ let subcrates_wave_3 = [
|
|||
nu_plugin_formats,
|
||||
]
|
||||
|
||||
# Recent versions of cargo verify the upload of your crate
|
||||
# Recent versions of cargo verify the upload of your crate
|
||||
# So no need to `sleep` anymore.
|
||||
|
||||
for subcrate in $subcrates_wave_1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue