fresa/Semantic Release Notes Generator

Generates release notes using semantic-release/release-notes-generator

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionThe version of the releaseyes
last_release_refThe commit reference of the last release. The reference can be a tag, a branch or a commit sha. Examples: tags/v1.0.1 v1.0.1 heads/my-branch my-branch 431880byes
release_refThe commit reference of this release. The reference can be a tag, a branch or a commit sha. Examples: tags/v2.0.0 v2.0.0 heads/master master 531c800yes
path_to_commitsThe path to a file containing the commit messages and shas to parse as release notes. Example: ./commit-logs.json The content of the file should be formatted as a JSON list of commit message objects, example: [{"hash": "62c0a92ed8c684f966391c97ef68fcd7560ff666", "message": "This is a commit message"}]yes
github_tokenAuthorized GitHub Access Token used to fetch the release notes generator. Defaults to github.tokenno${{ github.token }}
namedescription
release_notesSemantic release notes