Skip to content

Commit

Permalink
Add notes to New Release cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericpig committed Jan 13, 2025
1 parent af72954 commit 753dae9
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
@@ -230,7 +230,7 @@ With the [GitHub CLI](https://cli.github.com) (`gh`) installed, run this script
Create a new release:

```
gh release create --draft --generate-notes v2.0
gh release create --draft --notes "$(git --no-pager log "$(git describe --tags --abbrev=0)"..HEAD --pretty=format:'- %B')" --title v2.1 v2.1
```

### Publishing ###

0 comments on commit 753dae9

Please sign in to comment.