mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-02 07:07:46 +00:00
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 😋
This commit is contained in:
parent
a68382130c
commit
4fe113714a
1 changed files with 5 additions and 0 deletions
|
@ -90,6 +90,11 @@
|
||||||
/path/to/nu_scripts/make_release/bump-version.nu --patch
|
/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
|
[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
|
[nu-ansi-term bump example]: https://github.com/nushell/nu-ansi-term/pull/45/files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue