diff --git a/.ci/release_script.sh b/.ci/release_script.sh index cdc65a5a9afe9afd68e79c02d69bd31d0ae72744..7c947ee4401078fa6df9976d3164df004f05c009 100644 --- a/.ci/release_script.sh +++ b/.ci/release_script.sh @@ -20,7 +20,7 @@ RELEASE_NAME="v$CI_COMMIT_TAG" # Récpère la dernière version LAST_VERSION="$(git describe --tags --abbrev=0)" -RELEASE_DESCRIPTION="$(git log --pretty='format:- %s ([%C(auto)%h](https://git.duniter.org/clients/gecko/-/commit/%C(auto)%h)) ' HEAD...$LAST_VERSION --no-merges --reverse)" +RELEASE_DESCRIPTION="$(git log --pretty='format:- %s ([%C(auto)%h](https://git.duniter.org/clients/gecko/-/commit/%C(auto)%h)) ' HEAD...$LAST_VERSION --reverse)" ARTIFACT_PATH="target/release/gcli" GITLAB_API_URL="https://git.duniter.org/api/v4"