Skip to content
Snippets Groups Projects
Commit c6cd17c6 authored by poka's avatar poka
Browse files

add merges in release descriptions since MR are squashed ny default

parent ffb55891
No related branches found
No related tags found
1 merge request!19Add publish command
...@@ -20,7 +20,7 @@ RELEASE_NAME="v$CI_COMMIT_TAG" ...@@ -20,7 +20,7 @@ RELEASE_NAME="v$CI_COMMIT_TAG"
# Récpère la dernière version # Récpère la dernière version
LAST_VERSION="$(git describe --tags --abbrev=0)" 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" ARTIFACT_PATH="target/release/gcli"
GITLAB_API_URL="https://git.duniter.org/api/v4" GITLAB_API_URL="https://git.duniter.org/api/v4"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment