nu_scripts/make_release/release-note
Jack Wright cde54b2876
Prevent branch from merging against main (#886)
Having the the main branch listed in the checkout command:
```nushell
git -C $repo checkout -b $branch nushell/main
```

Made my git to track against the main branch, causing it to push to main
instead of a branch. Removing the branch fixed the problem:
```nushell
 git -C $repo checkout -b $branch
```
2024-06-26 06:34:03 -05:00
..
create-pr Prevent branch from merging against main (#886) 2024-06-26 06:34:03 -05:00
get-full-changelog fix the date schedule in the release scripts (#561) 2023-07-31 21:42:54 +02:00
gh-release-excerpt Script to generate the excerpt of the GH release (#566) 2023-08-23 00:42:15 +02:00
list-merged-prs Fix error when listing PRs by milestone (#885) 2024-06-25 21:25:42 +03:00
template.md Edit release notes template (#887) 2024-06-26 02:12:36 +00:00