Generates comprehensive and formatted release notes from GitHub repositories, efficiently organizing commits by type and including detailed statistics using smart API usage.
No reviews yet. Be the first to review!
Sign in to join the conversation
Generates release notes for a GitHub repository. Parameters: owner (string - Repository owner), repo (string - Repository name), commitRange (object - { fromCommit (optional string - Starting commit SHA), toCommit (optional string - Ending commit SHA) }), format (object - { type (string - Output format), groupBy (string - How to group commits), includeStats (boolean - Include commit statistics) })