nushell/.github/workflows
Darren Schroeder 11b2423544
add comments to release-pkg for manual running (#7277)
# Description

This PR is just some comments in the release-pkg.nu script. We had to
figure out how to run it manually so I thought it would be good to
document those requirements just in case we need to do it again
sometime.

# User-Facing Changes

N/A

# Tests + Formatting

Don't forget to add tests that cover your changes.

Make sure you've run and fixed any issues with these commands:

- `cargo fmt --all -- --check` to check standard code formatting (`cargo
fmt --all` applies these changes)
- `cargo clippy --workspace -- -D warnings -D clippy::unwrap_used -A
clippy::needless_collect` to check that you're using the standard code
style
- `cargo test --workspace` to check that all tests pass

# After Submitting

If your PR had any user-facing changes, update [the
documentation](https://github.com/nushell/nushell.github.io) after the
PR is merged, if necessary. This will help us keep the docs up to date.
2022-11-30 20:18:28 -06:00
..
ci.yml Feature cleanup (#7182) 2022-11-22 16:58:11 -08:00
manual.yml Update nu version for release workflow (#6361) 2022-08-20 08:05:58 +08:00
release-pkg.nu add comments to release-pkg for manual running (#7277) 2022-11-30 20:18:28 -06:00
release.yml Update release.yml 2022-11-30 06:35:16 +13:00
stale.yml moved folders 2022-02-07 19:23:12 +00:00
winget-submission.yml Use an older version of wingetcreate to do the msi package submission (#6347) 2022-08-18 00:11:19 +08:00