thevickypedia/update-release-notes
Lightweight composite action to generate and update release notes for a repository using Gitverse via GitHub action bot.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| git_token | GitHub token with write access to the repository. | yes | — |
| source | Source for release notes generation. Can be 'release' or 'commit' | no | release |
| commit_message | Commit message for the release notes update. | no | Update release notes |
| commit_branch | Branch to use for commit-based release notes. Defaults to the default branch of the repository. | no | "" |
| branch | Branch to push the release notes to. Defaults to the default branch of the repository. | no | "" |
| filename | Name of the release notes file to be generated. | no | release_notes.rst |
| title | Title for the release notes section. | no | Release Notes |
| reverse | Whether to reverse the order of commits in the release notes. | no | true |
Outputs
no outputs