cloudposse/Release Branch Manager GitHub Action

Creates release branch based on tag major version

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub Token used to perform git and GitHub operationsno${{ github.token }}
log-levelLog level for this action. Available options: ['off', 'error', 'warn', 'info', 'debug']. Default 'info'noinfo
git-user-nameGit user name that will be used for git confignoactions-bot
git-user-emailGit user email that will be used for git confignoactions-bot@users.noreply.github.com
dry-runRun action without pushing changes to upstreamnofalse
minimal-versionMinimal 'major' version that release branch creation should start fromno0
namedescription
responseResponse in json format for example: {"succeeded":true,"reason":"CREATED_BRANCHES","message":"Successfully created release branches","data":{"release/v3":"3.1.0","release/v2":"2.0.0","release/v1":"1.1.0"}}