Skip to content

Commit

Permalink
Merge pull request #851 from sirosen/minor-release-doc-fix
Browse files Browse the repository at this point in the history
Fix the release creation command
  • Loading branch information
sirosen authored Aug 30, 2023
2 parents 09aae87 + 273942a commit a5d7c02
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 a5d7c02

Please sign in to comment.