Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
make the TODOs real ones
  • Loading branch information
amtoine committed Sep 23, 2023
commit 26ab8c47e3e264cbae977fe5fe2aad99ba8dc2e8
4 changes: 2 additions & 2 deletions make_release/release-note/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ As part of this release, we also publish a set of optional plugins you can insta
### Removed commands

# Breaking changes
<!-- TODO
<!-- TODO:
paste the output of
```nu
./make_release/release-note/list-merged-prs nushell/nushell --label breaking-change --pretty --no-author
Expand All @@ -54,7 +54,7 @@ As part of this release, we also publish a set of optional plugins you can insta
-->

# Full changelog
<!-- TODO
<!-- TODO:
paste the output of
```nu
./make_release/release-note/get-full-changelog
Expand Down