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

adds adjust semantic-relese-job-tags

parent 7f5f49a5
No related branches found
No related tags found
No related merge requests found
Pipeline #151009 canceled
......@@ -97,7 +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 | `[]` |
| `semantic-release-job-tags` / `SEMANTIC_RELEASE_JOB_TAGS` | Tags to be used for selecting runners for the job | `[]` |
#### Hook scripts
......
......@@ -107,7 +107,7 @@
"advanced": true
},
{
"name": "DOCKER_SEMANTIC_RELEASE_JOB_TAGS",
"name": "SEMANTIC_RELEASE_JOB_TAGS",
"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