googleapis/release-please-action

automated releases based on conventional commits

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub token for creating and grooming release PRs, defaults to using secrets.GITHUB_TOKENno${{ github.token }}
release-typewhat type of release is this, one of (ruby, python, node, terraform-module)no""
pathcreate a release from a path other than the repository's rootno""
target-branchbranch to open pull release PR against (detected by default)no""
config-filewhere can the config file be found in the project?no""
manifest-filewhere can the manifest file be found in the project?no""
repo-urlconfigure github repository URL. Default `process.env.GITHUB_REPOSITORY`no${{ github.repository }}
github-api-urlconfigure github API URL. Default `https://api.github.com`no${{ github.api_url }}
github-graphql-urlconfigure github GraphQL URL. Default `https://api.github.com`no${{ github.graphql_url }}
forkIf true, send the PR from a fork. This requires the token to be a user that can create forks (e.g. not the default GITHUB_TOKEN)nofalse
include-component-in-tagIf true, add prefix to tags and branches, allowing multiple libraries to be released from the same repositorynofalse
proxy-serverset proxy sever when you run this action behind a proxy. format is host:port e.g. proxy-host.com:8080no""
skip-github-releaseif set to true, then do not try to tag releasesnofalse
skip-github-pull-requestif set to true, then do not try to open pull requestsnofalse
skip-labelingif set to true, then do not try to label the PRnofalse
changelog-hostThe proto://host where commits live. Default `https://github.com`no${{ github.server_url }}
versioning-strategyThe versioning strategy to use.nodefault
release-asThe version to release as.no""

no outputs