starburst997/Update Draft Release

Automatically update draft releases when PRs are merged, maintaining a cumulative changelog

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub token for creating/updating releases and pushing tagsno${{ github.token }}
future-versionThe version to use for the new tag (without 'v' prefix, e.g., 1.2.3)yes
stable-versionThe latest stable version for changelog comparison (without 'v' prefix)no""
pr-titlePull request titleno${{ github.event.pull_request.title }}
pr-numberPull request numberno${{ github.event.pull_request.number }}
pr-urlPull request URLno${{ github.event.pull_request.html_url }}
pr-userPull request author usernameno${{ github.event.pull_request.user.login }}
merge-commit-shaMerge commit SHA to tagno${{ github.event.pull_request.merge_commit_sha }}
repositoryRepository in format owner/repono${{ github.repository }}
skip-taggingSkip creating git tags (only update release)nofalse
namedescription
release-tagThe tag that was created or updated
release-titleThe release title (vX.Y format)
release-urlURL to the draft release