therealwaldo/release-it Github Action

Github Action to leverage release-it in Github repositories

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github-tokenGithub token to pass to release-ityes${{ github.token }}
json-optsJson configuration options (merged with file configuration and defaults)no{}
github-usernameSet the Github username to use for creating/pushing updates.yes${{ github.actor }}
git-user-nameSet the git users full name to use when release-it commits.yesrelease-it bump
git-user-emailSet the git email address to use when release-it commits.no
create-branchName of branch to create before pushing.no
auto-resolve-commandShell command to execute if a conflict occurs.no
rebase-ontoBranch to rebase onto.no
no-incrementWhether release-it should increment the version or notnofalse
debugWhether to run release-it in debug mode or notnofalse
namedescription
json-resultSerialized Json result object from release-it
versionversion returned from release-it
latestVersionlatestVersion returned from release-it
changelogchangelog returned from release-it