technote-space/Release GitHub Actions

This is a GitHub Actions that automates the release of GitHub Actions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
GITHUB_TOKENSecret GitHub API token to use for making API requests.yes${{ github.token }}
PACKAGE_MANAGERPackage manager to use to install dependencies.no""
BUILD_COMMANDCommands to build.no""
COMMIT_MESSAGECommit message of build commit.yesfeat: build for release
COMMIT_NAMEGit commit name.yesgithub-actions[bot]
COMMIT_EMAILGit commit email.yes41898282+github-actions[bot]@users.noreply.github.com
BRANCH_NAMEBranch name.yesgh-actions
CLEAN_TARGETSFiles or directories to clean before release. (Comma separated)yes.[!.]*,__tests__,docs,src,*.[jt]s,*.[mc][jt]s,*.json,*.lock,*.yml,*.yaml
BUILD_COMMAND_TARGETCommand for search build command.yesprepare,build,production,prod,package,pack
ALLOW_MULTIPLE_BUILD_COMMANDSWhether to allow run multiple build commands.notrue
CREATE_MAJOR_VERSION_TAGWhether to create major version tag.notrue
CREATE_MINOR_VERSION_TAGWhether to create minor version tag.notrue
CREATE_PATCH_VERSION_TAGWhether to create patch version tag.notrue
OUTPUT_BUILD_INFO_FILENAMEFilename of build information.no""
FETCH_DEPTHLimit fetching to the specified number of commits from the tip of each remote branch history.no3
TEST_TAG_PREFIXTag name prefix for test.no""
CLEAN_TEST_TAGWhether to clean test tag.nofalse
ORIGINAL_TAG_PREFIXTag name prefix for original tag.no""
DELETE_NODE_MODULESWhether to delete node_modules.nofalse

no outputs