mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 22:57:46 +00:00
FEATURE: add release note PR script to make_release/
(#506)
* add a script to create the release note PR of the website * make the script executable * pass the PR data to the open-pr command in a record * add instructions to run the script in the readme * move the core of the instructions to the help of the script * refactor the repo cleaning in a tool command * link to the repo if the user is not logged into `gh` we also clean the repo in that case.
This commit is contained in:
parent
272b7e2b93
commit
394e625837
2 changed files with 136 additions and 1 deletions
|
@ -4,4 +4,10 @@
|
|||
```rust
|
||||
cd <your nushell repo>
|
||||
nu nu_deps.nu
|
||||
```
|
||||
```
|
||||
|
||||
### Create the release note PR on the website
|
||||
see
|
||||
```nu
|
||||
./make_release/create-website-release-note-pr --help
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue