1
Fork 0
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:
Antoine Stevan 2023-05-26 20:31:57 +02:00 committed by GitHub
parent 272b7e2b93
commit 394e625837
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 136 additions and 1 deletions

View file

@ -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
```