From 7c6204dba5dac56d0fcd2db45721dad55a3c09bf Mon Sep 17 00:00:00 2001 From: Ian Manske Date: Wed, 5 Feb 2025 05:32:47 +0000 Subject: [PATCH] Edit release note PR template (#1034) Reorders and simplifies the TODO steps in the release note PR template. --- make_release/release-note/create-pr.nu | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/make_release/release-note/create-pr.nu b/make_release/release-note/create-pr.nu index b084acb..a67f5bc 100755 --- a/make_release/release-note/create-pr.nu +++ b/make_release/release-note/create-pr.nu @@ -51,14 +51,10 @@ def main [ by opening PRs against the `release-notes-($version)` branch. ## TODO -- [ ] look at interesting contributions -- [ ] write all the sections -- [ ] order the sections by interest -- [ ] add the breaking changes -- [ ] detail the breaking changes +- [ ] ... \(PRs that need to land before the release, e.g. [deprecations]\(https://github.com/nushell/nushell/labels/deprecation\) or [removals]\(https://github.com/nushell/nushell/pulls?q=is%3Apr+is%3Aopen+label%3Aremoval-after-deprecation\)\) - [ ] add the full changelog -- [ ] complete all the `TODO`s inside the release note -- [ ] ... \(PRs that need to land before the release, e.g. [deprecations]\(https://github.com/nushell/nushell/labels/deprecation\) or [removals]\(https://github.com/nushell/nushell/pulls?q=is%3Apr+is%3Aopen+label%3Aremoval-after-deprecation\)\)" +- [ ] categorize each PR +- [ ] write all the sections and complete all the `TODO`s" log info "creating release note from template" let release_note = $env.CURRENT_FILE