Skip to content
Snippets Groups Projects
Commit 7f5f49a5 authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

adds forgotten local

parent 2a3cfd9a
No related branches found
No related tags found
No related merge requests found
Pipeline #151000 failed
......@@ -97,6 +97,7 @@ As specified in the previous chapter, these variables are only used to generated
| `hooks-dir` / `SEMREL_HOOKS_DIR` | [Hook scripts](#hook_scripts) folder. | `.` |
| `commit-message` / `SEMREL_COMMIT_MESSAGE` | Add a custom commit message based on [semantic-release/git option](https://github.com/semantic-release/git#message). | _none_ (uses semantic-release default commit message) |
| `release-disabled` / `SEMREL_RELEASE_DISABLED` | Disable this job. | _none_ |
| `semantic-release-job-tags` / `DOCKER_SEMANTIC_RELEASE_JOB_TAGS` | Tags to be used for selecting runners for the job | `[]` |
#### Hook scripts
......
......@@ -105,6 +105,13 @@
"name": "SEMREL_COMMIT_MESSAGE",
"description": "[message @semantic-release/git option](https://github.com/semantic-release/git#message)",
"advanced": true
},
{
"name": "DOCKER_SEMANTIC_RELEASE_JOB_TAGS",
"description": "Tags to be used for selecting runners for the job",
"type": "array",
"default": [],
"advanced": true
}
]
},
......
......@@ -75,7 +75,7 @@ spec:
- all
default: ''
semantic-release-job-tags:
description: tags to filter applicable runners for semantic-release job
description: Tags to be used for selecting runners for the job
type: array
default: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment