From 56b07b176e4b738b7c5342f61992afc19b82b3bc Mon Sep 17 00:00:00 2001 From: Ian Manske Date: Wed, 5 Feb 2025 05:48:59 +0000 Subject: [PATCH] Edit release note template (again) (#1035) --- make_release/release-note/create-pr.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_release/release-note/create-pr.nu b/make_release/release-note/create-pr.nu index a67f5bc..6d258f5 100755 --- a/make_release/release-note/create-pr.nu +++ b/make_release/release-note/create-pr.nu @@ -51,7 +51,7 @@ def main [ by opening PRs against the `release-notes-($version)` branch. ## TODO -- [ ] ... \(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\)\) +- [ ] 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 - [ ] categorize each PR - [ ] write all the sections and complete all the `TODO`s"