Skip to content
Snippets Groups Projects
Commit bdc59bcc authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix changelog script

parent 3c415d95
Branches
Tags v2.4.0
1 merge request!3Develop
......@@ -2,7 +2,7 @@ ahoyapi: v2
commands:
extract:
cmd: |
if [ "x$1" <> "x" ]; then
if [ "x$1" != "x" ]; then
cd $1
fi
git log $(git describe --tags `git rev-list --tags --max-count=1`)..HEAD --oneline | cut -d' ' -f 2-999
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment