mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
Edit release note PR template (#1034)
Reorders and simplifies the TODO steps in the release note PR template.
This commit is contained in:
parent
b45fd953c1
commit
7c6204dba5
1 changed files with 3 additions and 7 deletions
|
@ -51,14 +51,10 @@ def main [
|
||||||
by opening PRs against the `release-notes-($version)` branch.
|
by opening PRs against the `release-notes-($version)` branch.
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
- [ ] look at interesting contributions
|
- [ ] ... \(PRs that need to land before the release, e.g. [deprecations]\(https://github.com/nushell/nushell/labels/deprecation\) or [removals]\(https://github.com/nushell/nushell/pulls?q=is%3Apr+is%3Aopen+label%3Aremoval-after-deprecation\)\)
|
||||||
- [ ] write all the sections
|
|
||||||
- [ ] order the sections by interest
|
|
||||||
- [ ] add the breaking changes
|
|
||||||
- [ ] detail the breaking changes
|
|
||||||
- [ ] add the full changelog
|
- [ ] add the full changelog
|
||||||
- [ ] complete all the `TODO`s inside the release note
|
- [ ] categorize each PR
|
||||||
- [ ] ... \(PRs that need to land before the release, e.g. [deprecations]\(https://github.com/nushell/nushell/labels/deprecation\) or [removals]\(https://github.com/nushell/nushell/pulls?q=is%3Apr+is%3Aopen+label%3Aremoval-after-deprecation\)\)"
|
- [ ] write all the sections and complete all the `TODO`s"
|
||||||
|
|
||||||
log info "creating release note from template"
|
log info "creating release note from template"
|
||||||
let release_note = $env.CURRENT_FILE
|
let release_note = $env.CURRENT_FILE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue