Skip to content

Conversation

@amtoine
Copy link
Member

@amtoine amtoine commented Sep 20, 2023

Please add your new features and breaking changes to the release notes
by opening PRs against the release-notes-0.86 branch.

TODO

Please add your new features and breaking changes to the release notes
by opening PRs against the `release-notes-0.86` branch.

## TODO
- [ ] look at interesting contributions
- [ ] write all the sections
- [ ] order the sections by interest
- [ ] add the breaking changes
- [ ] detail the breaking changes
- [ ] add the full changelog
@amtoine
Copy link
Member Author

amtoine commented Sep 23, 2023

related to

i've added some of the sections titles we have been using for a few releases now 😋

amtoine added a commit to nushell/nu_scripts that referenced this pull request Oct 14, 2023
related to
- nushell/nushell#10456
- nushell/nushell.github.io#1071

## description
after the changes on boolean switches from
nushell/nushell#10456, we need to not annotate
then with `: bool` when part of a public API.

this PR is required for
nushell/nushell.github.io#1071 to move forward.
@fdncred
Copy link
Contributor

fdncred commented Oct 15, 2023

Are release-note-mention label PRs included in interesting contributions? I always wonder if we're using that label during the release and keep forgetting to check.

@amtoine
Copy link
Member Author

amtoine commented Oct 15, 2023

Are release-note-mention label PRs included in interesting contributions? I always wonder if we're using that label during the release and keep forgetting to check.

we might not be really using that label, very true 🤔

i find it easier to have a quick look at all the PRs with list-merged-prs

@hustcer
Copy link
Contributor

hustcer commented Oct 15, 2023

Shall we mention the full featured releases?

@fdncred
Copy link
Contributor

fdncred commented Oct 15, 2023

@hustcer ya, I think so. We should also mention the "full" assets that we're creating now. I also think it's good to keep mentioning our nightly repo https://github.com/nushell/nightly/releases

@hustcer
Copy link
Contributor

hustcer commented Oct 15, 2023

Shall we mention the full featured releases?

what do you mean? --dataframe and --extra?

I mean this PR: nushell/nushell#10457, and I see it was marked a release-note-mention label already

@hustcer
Copy link
Contributor

hustcer commented Oct 15, 2023

@hustcer ya, I think so. We should also mention the "full" assets that we're creating now. I also think it's good to keep mentioning our nightly repo https://github.com/nushell/nightly/releases

Yeah right now the nightly build is working great, much better than I thought it would, no worries for me at all! 😆

@amtoine
Copy link
Member Author

amtoine commented Oct 15, 2023

@hustcer
for now nushell/nushell#10457 is in the Platform support table in the hall of fame, maybe it's not in the correct place?

@hustcer
Copy link
Contributor

hustcer commented Oct 15, 2023

@hustcer for now nushell/nushell#10457 is in the Platform support table in the hall of fame, maybe it's not in the correct place?

I think the place is okay, thanks

@sophiajt sophiajt marked this pull request as ready for review October 17, 2023 17:06
sophiajt pushed a commit to nushell/nushell that referenced this pull request Oct 17, 2023
## Release checklist:

- [x] `uu_cp` on crates.io #10725
- [x] new `reedline` released and used nushell/reedline#645
- [x] check of workspace dependency DAG
- [x] release notes ready:
nushell/nushell.github.io#1071
@sophiajt sophiajt merged commit 8ee56fc into main Oct 17, 2023
@sophiajt sophiajt deleted the release-notes-0.86 branch October 17, 2023 18:08
gaetschwartz pushed a commit to gaetschwartz/nushell that referenced this pull request Oct 20, 2023
- [x] `uu_cp` on crates.io nushell#10725
- [x] new `reedline` released and used nushell/reedline#645
- [x] check of workspace dependency DAG
- [x] release notes ready:
nushell/nushell.github.io#1071
amtoine added a commit to nushell/nu_scripts that referenced this pull request Nov 11, 2023
i've started writting the [release note for
0.86.0](nushell/nushell.github.io#1071) and
thought we could enhance the template for the note even further:

- add some TODOs to make sure we don't forget anything
- make the `NOTE` a real note in the first section, it's just for
prettier rendering
- add some template tables in the "hall of fame"
- ❗ add a table of content to allow jumping back and forth
more easily when the note starts to get big
hardfau1t pushed a commit to hardfau1t/nushell that referenced this pull request Dec 14, 2023
## Release checklist:

- [x] `uu_cp` on crates.io nushell#10725
- [x] new `reedline` released and used nushell/reedline#645
- [x] check of workspace dependency DAG
- [x] release notes ready:
nushell/nushell.github.io#1071
maxim-uvarov pushed a commit to maxim-uvarov/nu_scripts_reduced_size that referenced this pull request Oct 12, 2024
related to
- nushell/nushell#10456
- nushell/nushell.github.io#1071

## description
after the changes on boolean switches from
nushell/nushell#10456, we need to not annotate
then with `: bool` when part of a public API.

this PR is required for
nushell/nushell.github.io#1071 to move forward.
maxim-uvarov pushed a commit to maxim-uvarov/nu_scripts_reduced_size that referenced this pull request Oct 12, 2024
i've started writting the [release note for
0.86.0](nushell/nushell.github.io#1071) and
thought we could enhance the template for the note even further:

- add some TODOs to make sure we don't forget anything
- make the `NOTE` a real note in the first section, it's just for
prettier rendering
- add some template tables in the "hall of fame"
- ❗ add a table of content to allow jumping back and forth
more easily when the note starts to get big
maxim-uvarov pushed a commit to maxim-uvarov/nu_scripts_reduced_size that referenced this pull request Oct 13, 2024
related to
- nushell/nushell#10456
- nushell/nushell.github.io#1071

## description
after the changes on boolean switches from
nushell/nushell#10456, we need to not annotate
then with `: bool` when part of a public API.

this PR is required for
nushell/nushell.github.io#1071 to move forward.
maxim-uvarov pushed a commit to maxim-uvarov/nu_scripts_reduced_size that referenced this pull request Oct 13, 2024
i've started writting the [release note for
0.86.0](nushell/nushell.github.io#1071) and
thought we could enhance the template for the note even further:

- add some TODOs to make sure we don't forget anything
- make the `NOTE` a real note in the first section, it's just for
prettier rendering
- add some template tables in the "hall of fame"
- ❗ add a table of content to allow jumping back and forth
more easily when the note starts to get big
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants