Commit 87a0bf0b authored by Federico Falconieri's avatar Federico Falconieri
Browse files

Merge branch 'hoverht-master-patch-73851' into 'master'

feat: semantic release pipeline

See merge request ci/templates!62
parents f5995d0d 247fadbe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,3 +2,4 @@
.vscode
templates_tests/python/.venv
templates_tests/python/.mypy_cache
.DS_Store
+15 −0
Original line number Diff line number Diff line
---
include:
  - local: "alm/semantic-release.yml"
  - local: "python/build.yml"
  - local: "python/twine.yml"

python:build:
  rules:
    - if: $CI_COMMIT_TAG

python:twine:
  rules:
    - if: $CI_COMMIT_TAG
      exists:
        - dist