summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-11-18 13:17:14 +0200
committerGitHub <noreply@github.com>2018-11-18 13:17:14 +0200
commit6efad4b8c18507dba72f473256de229ce1f2c54c (patch)
tree3c910138be79736adfc63ab670a2cc19f5c40e11
parentf8e5edda48dcabae0ef9a4938c72b4b986f26af2 (diff)
clone full git history for changelog generation (#4681)
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 58c069b530..a87d7c621d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,6 +60,8 @@ jobs:
env: REPOSITORY="netdata/netdata"
- name: changelog generation
script: ".travis/generate_changelog.sh"
+ git:
+ depth: false
- name: labeler # This job should be replaced with GitHub Actions when they hit GA
script: ".travis/labeler.sh"