From 71d2eaf516f60ce6b470a6f771ba207a6c7e9f32 Mon Sep 17 00:00:00 2001 From: Ian Manske Date: Mon, 16 Sep 2024 21:23:45 -0700 Subject: [PATCH] Edit release notes template (#957) Renames the `Changes to commands` section to just `Changes`. As such, the breaking changes section is redundant since `Changes to commands` already has a breaking changes subsection. --- make_release/release-note/template.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/make_release/release-note/template.md b/make_release/release-note/template.md index 9c5982cc..a0e7a513 100644 --- a/make_release/release-note/template.md +++ b/make_release/release-note/template.md @@ -20,15 +20,14 @@ Nu {{VERSION}} is available as [pre-built binaries](https://github.com/nushell/n As part of this release, we also publish a set of optional plugins you can install and use with Nu. To install, use `cargo install nu_plugin_`. -# Table of content +# Table of contents - [_Highlights and themes of this release_](#highlights-and-themes-of-this-release-toc) -- [_Changes to commands_](#changes-to-commands-toc) +- [_Changes_](#changes-toc) - [_Additions_](#additions-toc) - [_Breaking changes_](#breaking-changes-toc) - [_Deprecations_](#deprecations-toc) - [_Removals_](#removals-toc) - [_Bug fixes and other changes_](#bug-fixes-and-other-changes-toc) -- [_All breaking changes_](#all-breaking-changes-toc) - [_Notes for plugin developers_](#notes-for-plugin-developers-toc) - [_Hall of fame_](#hall-of-fame-toc) - [_Full changelog_](#full-changelog-toc) @@ -63,7 +62,7 @@ As part of this release, we also publish a set of optional plugins you can insta for the list of available *containers* --> -# Changes to commands [[toc](#table-of-content)] +# Changes [[toc](#table-of-content)] ## Additions [[toc](#table-of-content)] @@ -102,15 +101,6 @@ As part of this release, we also publish a set of optional plugins you can insta ``` --> -# All breaking changes [[toc](#table-of-content)] - - # Notes for plugin developers [[toc](#table-of-content)] # Hall of fame [[toc](#table-of-content)]