From 4fe113714aab5a2437cc2ab1d83588a2c5c458a7 Mon Sep 17 00:00:00 2001 From: Antoine Stevan <44101798+amtoine@users.noreply.github.com> Date: Sat, 14 Oct 2023 09:40:05 +0200 Subject: [PATCH] add a section about *after the release* in the release README (#560) i thought some words about what happens *after the release* could be worth adding to the release guide :yum: --- make_release/Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/make_release/Readme.md b/make_release/Readme.md index eff1c25..cf25a33 100644 --- a/make_release/Readme.md +++ b/make_release/Readme.md @@ -90,6 +90,11 @@ /path/to/nu_scripts/make_release/bump-version.nu --patch ``` +## After the release +The main things to do once a release has been published are +- landing PRs marked with the [`wait-until-after-nushell-release`](https://github.com/nushell/nushell/labels/wait-until-after-nushell-release) label which have been already approved +- listening to the community for feedback + [reedline bump example]: https://github.com/nushell/reedline/pull/596/files [nu-ansi-term bump example]: https://github.com/nushell/nu-ansi-term/pull/45/files