From b8255e7e582db5d5731b4f0ae4cc4cf1d023ffc7 Mon Sep 17 00:00:00 2001 From: plup <plup@plup.io> Date: Thu, 10 Jan 2019 00:20:56 +0100 Subject: [PATCH] refact: used commit parser from pypi --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f11bcfa4..137fb381 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ publish: - git config user.email "${GITLAB_USER_EMAIL}" - git remote set-url origin "https://gitlab-ci-token:${GL_TOKEN}@git.happy-dev.fr/${CI_PROJECT_PATH}.git" - pip install git+https://github.com/plup/python-semantic-release - - pip install git+https://git.happy-dev.fr/startinblox/py-commit-parser.git + - pip install sib-commit-parser script: - semantic-release publish only: -- GitLab