fix scripts (#594)

This commit is contained in:
Antoine Stevan 2023-09-16 10:41:46 +02:00 committed by GitHub
parent 920cf73cbb
commit 56d948e787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

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

View File

@ -1,4 +1,5 @@
#!/usr/bin/env nu
use std log
def md-link [
text: string