Skip to content

Commit

Permalink
Fix the release creation command
Browse files Browse the repository at this point in the history
`--notes -` makes `"-"` the content. `--notes-file -` reads from
stdin.
  • Loading branch information
sirosen committed Aug 30, 2023
1 parent 09aae87 commit 273942a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ Generate the release body by running
or create the release via the GitHub CLI
```
./scripts/changelog2md.py | \
gh release create $SDK_VERSION --title "v$SDK_VERSION" --notes -
gh release create $SDK_VERSION --title "v$SDK_VERSION" --notes-file -
```

0 comments on commit 273942a

Please sign in to comment.