1
Fork 0
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:
Ian Manske 2025-02-05 05:32:47 +00:00 committed by GitHub
parent b45fd953c1
commit 7c6204dba5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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