Merge branch 'backlinks-changes' into 'master'

Backlinks changes

See merge request djangoldp-packages/djangoldp-notification!26
This commit is contained in:
Benoit Alessandroni 2020-05-22 13:53:33 +00:00
commit b0a11edb65
2 changed files with 4 additions and 2 deletions

View File

@ -61,13 +61,15 @@ test:
publish: publish:
stage: release stage: release
before_script: before_script:
- pip install python-semantic-release sib-commit-parser - pip install python-semantic-release~=5.0 sib-commit-parser~=0.3
- git config user.name "${GITLAB_USER_NAME}" - git config user.name "${GITLAB_USER_NAME}"
- 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}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git" - git remote set-url origin "https://gitlab-ci-token:${GL_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git"
- git fetch --tags
script: script:
- semantic-release publish - semantic-release publish
only: only:
- master - master
tags: tags:
- deploy - deploy

View File

@ -10,7 +10,7 @@ license = MIT
[options] [options]
packages = find: packages = find:
install_requires = install_requires =
djangoldp~=0.5 djangoldp~=0.7
[options.extras_require] [options.extras_require]
include_package_data = True include_package_data = True