From 725b92b254955e7995339165643fc98f15cc180b Mon Sep 17 00:00:00 2001 From: Antoine Stevan <44101798+amtoine@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:52:06 +0100 Subject: [PATCH] add missing tasks to the release note PR (#665) see https://github.com/nushell/nushell.github.io/pull/1114 for an example. --- make_release/release-note/create-pr | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/make_release/release-note/create-pr b/make_release/release-note/create-pr index 4b82978..98cc9d3 100755 --- a/make_release/release-note/create-pr +++ b/make_release/release-note/create-pr @@ -56,7 +56,9 @@ by opening PRs against the `release-notes-($version)` branch. - [ ] order the sections by interest - [ ] add the breaking changes - [ ] detail the breaking changes -- [ ] add the full changelog" +- [ ] 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\)\)" log info "creating release note from template" let release_note = $env.CURRENT_FILE