Commit 02b6dd4b authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: <SEMREL_RELEASE_DISABLED/release-disabled> type

parent 3d17733e
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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`.",
+3 −2
Original line number Diff line number Diff line
@@ -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