mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
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.
This commit is contained in:
parent
d04eea634a
commit
71d2eaf516
1 changed files with 3 additions and 13 deletions
|
@ -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_<plugin name>`.
|
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_<plugin name>`.
|
||||||
|
|
||||||
# Table of content
|
# Table of contents
|
||||||
- [_Highlights and themes of this release_](#highlights-and-themes-of-this-release-toc)
|
- [_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)
|
- [_Additions_](#additions-toc)
|
||||||
- [_Breaking changes_](#breaking-changes-toc)
|
- [_Breaking changes_](#breaking-changes-toc)
|
||||||
- [_Deprecations_](#deprecations-toc)
|
- [_Deprecations_](#deprecations-toc)
|
||||||
- [_Removals_](#removals-toc)
|
- [_Removals_](#removals-toc)
|
||||||
- [_Bug fixes and other changes_](#bug-fixes-and-other-changes-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)
|
- [_Notes for plugin developers_](#notes-for-plugin-developers-toc)
|
||||||
- [_Hall of fame_](#hall-of-fame-toc)
|
- [_Hall of fame_](#hall-of-fame-toc)
|
||||||
- [_Full changelog_](#full-changelog-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*
|
for the list of available *containers*
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Changes to commands [[toc](#table-of-content)]
|
# Changes [[toc](#table-of-content)]
|
||||||
|
|
||||||
## Additions [[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)]
|
|
||||||
<!-- TODO:
|
|
||||||
paste the output of
|
|
||||||
```nu
|
|
||||||
./make_release/release-note/list-merged-prs nushell/nushell --label pr:breaking-change --pretty --no-author
|
|
||||||
```
|
|
||||||
here
|
|
||||||
-->
|
|
||||||
|
|
||||||
# Notes for plugin developers [[toc](#table-of-content)]
|
# Notes for plugin developers [[toc](#table-of-content)]
|
||||||
|
|
||||||
# Hall of fame [[toc](#table-of-content)]
|
# Hall of fame [[toc](#table-of-content)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue