Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 731 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 731 Bytes

Octokit.ReleaseNotes

A dotnet core 2.0 commandline app that generates release notes for octokit/octokit.net in our preferred format

Usage: Octokit.ReleaseNotes generate [arguments] [options]

Arguments:
  from  GitHub reference (commit, branch, tag) of the last release
  to    GitHub reference (commit, branch, tag) of the current release

Options:
  -? | -h | --help           Show help information
  --repo|-r <owner/name>     The GitHub repository (default octokit/octokit.net)
  --concurrency|-c <number>  Number of Pull Requests to load concurrently (default 10)
  --out|-o <file>            Output release notes to file