From 77f7b408280f4c579fe4e34812f6f5d87276d87f Mon Sep 17 00:00:00 2001 From: Antoine Stevan <44101798+amtoine@users.noreply.github.com> Date: Sat, 11 Nov 2023 16:30:04 +0100 Subject: [PATCH] fix the TOC of the release note template (#664) should be the last one... :innocent: this PR adds `-toc` to the links in the TOC of the release note template, they need that for the back reference to the TOC itself in the section titles --- make_release/release-note/template.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/make_release/release-note/template.md b/make_release/release-note/template.md index b2d6243..5901ac3 100644 --- a/make_release/release-note/template.md +++ b/make_release/release-note/template.md @@ -25,15 +25,15 @@ The optional dataframe functionality is available by `cargo install nu --feature 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 -- [*Themes of this release / New features*](#themes-of-this-release-new-features) - - [*Hall of fame*](#hall-of-fame) - - [*Bug fixes*](#bug-fixes) - - [*Enhancing the documentation*](#enhancing-the-documentation) - - [*Our set of commands is evolving*](#our-set-of-commands-is-evolving) - - [*New commands*](#new-commands) - - [*Changes to existing commands*](#changes-to-existing-commands) - - [*Deprecated commands*](#deprecated-commands) - - [*Removed commands*](#removed-commands) +- [*Themes of this release / New features*](#themes-of-this-release-new-features-toc) + - [*Hall of fame*](#hall-of-fame-toc) + - [*Bug fixes*](#bug-fixes-toc) + - [*Enhancing the documentation*](#enhancing-the-documentation-toc) + - [*Our set of commands is evolving*](#our-set-of-commands-is-evolving-toc) + - [*New commands*](#new-commands-toc) + - [*Changes to existing commands*](#changes-to-existing-commands-toc) + - [*Deprecated commands*](#deprecated-commands-toc) + - [*Removed commands*](#removed-commands-toc) -- [*Breaking changes*](#breaking-changes) -- [*Full changelog*](#full-changelog) +- [*Breaking changes*](#breaking-changes-toc) +- [*Full changelog*](#full-changelog-toc) # Themes of this release / New features [[toc](#table-of-content)]