kipngetich98/Smart Release Notes Generator

Automatically generate comprehensive release notes from your GitHub repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenGitHub token for API accessyes${{ github.token }}
repositoryThe repository in the format owner/repono${{ github.repository }}
tagThe tag to generate release notes for. If not provided, will use the latest tagno${{ github.ref }}
previous-tagThe previous tag to compare against. If not provided, will use the tag before the current oneno
config-filePath to a custom configuration fileno.github/release-notes-config.yml
include-commitsWhether to include commits in the release notesnotrue
include-pull-requestsWhether to include pull requests in the release notesnotrue
include-contributorsWhether to include contributors in the release notesnotrue
categorizeWhether to categorize changes based on labels or commit messagesnotrue
templateCustom template for the release notes in Handlebars formatno
output-fileFile to write the release notes to. If not provided, will output to the GitHub step summaryno
namedescription
release-notesThe generated release notes in markdown format
contributorsJSON array of contributors to the release
summaryA summary of the changes in the release