Skip to content
Snippets Groups Projects
Commit 02b6dd4b authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: <SEMREL_RELEASE_DISABLED/release-disabled> type

parent 3d17733e
No related branches found
No related tags found
No related merge requests found
......@@ -88,11 +88,6 @@
"default": ".",
"advanced": true
},
{
"name": "SEMREL_RELEASE_DISABLED",
"description": "Disable this job.",
"advanced": true
},
{
"name": "SEMREL_GPG_SIGNKEY",
"description": "Path to the GPG signkey exported with `gpg --armor --export-secret-key`.",
......
......@@ -35,8 +35,9 @@ spec:
description: Full path to `semrel-required-plugins.txt` file _(relative to `$CI_PROJECT_DIR`)_
default: semrel-required-plugins.txt
release-disabled:
description: Disable this job.
default: ''
description: Disable semantic-release
type: boolean
default: false
changelog-enabled:
description: Add the [@semantic-release/changelog](https://github.com/semantic-release/changelog) plugin which will commit a changelog file in the repository.
type: boolean
......
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