Skip to content

Set up release feature from gitlab-ci

release_job:
  stage: package
  image: registry.gitlab.com/gitlab-org/release-cli:latest
  rules:
    - if: $CI_COMMIT_TAG
  script:
    - echo "running release_job"
  release:
    tag_name: '$CI_COMMIT_TAG'
    description: '$CI_COMMIT_TAG'
Edited by Moul
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information