matthew-kilpatrick/Shortcut Release

Automatically create GitHub releases based on Shortcut stories referenced in commit messages

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Sep 26, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: matthew-kilpatrick/shortcut-release-action@e8cf14b1be4218160d98d5014ea3a18e4d9be43a # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenGitHub token for authenticationyes${{ github.token }}
shortcut-tokenShortcut API tokenyes
body-prefixOptional text to prepend to the generated release notesno""
titleOptional custom release title. If empty, uses the version as titleno""
artifactsOptional comma-separated list of artifacts to upload with the releaseno""
draftWhether to create the release as a draftnofalse
prereleaseWhether to mark the release as a prereleasenofalse
create-releaseWhether to automatically create the GitHub release. If false, only generates version and release notesnotrue
debugWhether to enable debug mode for additional loggingnofalse
include-story-linksWhether to include Shortcut story links in release notesnofalse
namedescription
versionThe version of the new release
release-notesThe generated release notes