This commit is contained in:
Luc Didry 2018-12-06 14:10:17 +01:00
parent 73eed1f9b8
commit 2ac16f9f11
No known key found for this signature in database
GPG Key ID: EA868E12D0257E3C
2 changed files with 4 additions and 1 deletions

View File

@ -78,7 +78,7 @@ publish_changelog:
- export DESCRIPTION_URL="${PROJECT_API_URL}/repository/tags/${CI_COMMIT_TAG}/release"
- 'export HEADER="Private-Token: ${GITLAB_API_TOKEN}"'
- sed -n '/^'$CI_COMMIT_TAG'[[:space:]]/,/^[^\t]/p' CHANGELOG | sed -e 's/^[^\t].*//' -e 's/\t//g' | sed '/^[[:space:]]*$/d' > /tmp/text
- if [[ ! -z $GITLAB_API_TOKEN ]]; then curl -s --request POST --data-urlencode "description@/tmp/text" --header "${HEADER}" "${RELEASE_URL}"; fi
- if [[ ! -z $GITLAB_API_TOKEN ]]; then curl -s --request POST --data-urlencode "description@/tmp/text" --header "${HEADER}" "${DESCRIPTION_URL}"; fi
only:
- tags

View File

@ -1,5 +1,8 @@
Revision history for Lufi
0.03.5 2018-12-06
- Fix CI
0.03.4 2018-12-06
- Update arabic, german and italian translations