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

add latest commit to the release description

parent 76a19ff9
No related branches found
No related tags found
1 merge request!19Add publish command
......@@ -17,7 +17,10 @@ fi
# Variables
PROJECT_ID="604"
RELEASE_NAME="v$CI_COMMIT_TAG"
RELEASE_DESCRIPTION="Release v$CI_COMMIT_TAG is awesome !"
# 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)"
ARTIFACT_PATH="target/release/gcli"
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