semantic-release embedded inside a container for CI jobs.
10K+
Releases applications through the semantic-release library.
pipe-semantic-release [FLAGS]
CI Variables
| Flag / Environment | Description | Type | Required | Default |
|---|---|---|---|---|
$CI_COMMIT_REF_NAME | Current commit reference that can be branch or tag name of the project.. | string | false | |
CLI
| Flag / Environment | Description | Type | Required | Default |
|---|---|---|---|---|
$LOG_LEVEL | Define the log level for the application. | stringenum("panic", "fatal", "warn", "info", "debug", "trace") | false | info |
$ENV_FILE | Environment files to inject. | string[] | false | [] |
Environment
| Flag / Environment | Description | Type | Required | Default |
|---|---|---|---|---|
$ENVIRONMENT_ENABLE | Enable environment injection. | bool | false | false |
$ENVIRONMENT_CONDITIONS | Regex pattern to select an environment. Use either "heads/" for narrowing the search to branches or "tags/" for narrowing the search to tags. | stringjson([]struct{ match: RegExp, environment: string }) | false | [ |
$ENVIRONMENT_FAIL_ON_NO_REFERENCE | Fail on missing environment references. | bool | false | true |
$ENVIRONMENT_STRICT | Fail on no environment selected. | bool | false | true |
GIT
| Flag / Environment | Description | Type | Required | Default |
|---|---|---|---|---|
$CI_COMMIT_REF_NAME$BITBUCKET_BRANCH | Source control branch. | string | false | |
$CI_COMMIT_TAG$BITBUCKET_TAG | Source control tag. | string | false | |
Login
| Flag / Environment | Description | Type | Required | Default |
|---|---|---|---|---|
$NPM_LOGIN | NPM registries to login. | stringjson([]struct { username: string, password: string, registry?: string, useHttps?: bool }) | false | |
$NPM_NPMRC_FILE | .npmrc file to use. | string[] | false | [.npmrc] |
$NPM_NPMRC | Direct contents of .npmrc file. | string | false | |
Package Manager
| Flag / Environment | Description | Type | Required | Default |
|---|---|---|---|---|
$NODE_PACKAGE_MANAGER | Preferred Package manager for nodejs. | stringenum("npm", "yarn", "pnpm") | false | pnpm |
Semantic Release
| Flag / Environment | Description | Type | Required | Default |
|---|---|---|---|---|
$SEMANTIC_RELEASE_DRY_RUN | Run semantic-release in dry mode without making changes. | bool | false | false |
$SEMANTIC_RELEASE_WORKSPACE | Use @qiwi/multi-semantic-release package to do a workspace release. | bool | false | false |
Content type
Image
Digest
sha256:84ab7198e…
Size
123.7 MB
Last updated
about 2 hours ago
docker pull cenk1cenk2/pipe-semantic-release