mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 22:57:46 +00:00
fix scripts (#594)
This commit is contained in:
parent
920cf73cbb
commit
56d948e787
2 changed files with 10 additions and 1 deletions
|
@ -48,7 +48,15 @@ def main [
|
|||
|
||||
let title = $"Release notes for `($version)`"
|
||||
let body = $"Please add your new features and breaking changes to the release notes
|
||||
by opening PRs against the `release-notes-($version)` branch."
|
||||
by opening PRs against the `release-notes-($version)` 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"
|
||||
|
||||
log info "creating release note from template"
|
||||
let release_note = $env.CURRENT_FILE
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env nu
|
||||
use std log
|
||||
|
||||
def md-link [
|
||||
text: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue