From 06b331c183801f3e0462d1b3d3561a1e6774f714 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Sun, 25 Mar 2018 15:55:09 +0200 Subject: [PATCH] Fix last tag detection --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1777a71..d1fe125 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: pip install codecov gitchangelog tox-travis script: tox after_success: - codecov -- gitchangelog $(git describe --abbrev=0 --tags)..master > CHANGELOG.md +- gitchangelog $(git describe --abbrev=0 --tags HEAD^)..master > CHANGELOG.md deploy: - provider: releases api_key: $GITHUB_OAUTH_TOKEN