Skip to content

Commit

Permalink
docs: Fix filename in option to gh release command (#1009)
Browse files Browse the repository at this point in the history
The suffix we had used when generating the Markdown file seemed to be missing.
  • Loading branch information
olleolleolle committed Jan 25, 2022
1 parent 594a9cc commit c84109f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ Then use the [release create](https://cli.github.com/manual/gh_release_create) f

```
gh release create 2.0.0 \
--notes-file build/changelog \
--notes-file build/changelog.md \
--title 2.0.0
```

Expand Down

0 comments on commit c84109f

Please sign in to comment.