Skip to content
Snippets Groups Projects
Commit b8255e7e authored by plup's avatar plup
Browse files

refact: used commit parser from pypi

parent 048c51b0
No related branches found
No related tags found
No related merge requests found
Pipeline #632 passed
...@@ -21,7 +21,7 @@ publish: ...@@ -21,7 +21,7 @@ publish:
- git config user.email "${GITLAB_USER_EMAIL}" - 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" - 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://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: script:
- semantic-release publish - semantic-release publish
only: only:
......
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