releaser: Include stats from hugoDocs

Fixes #3727
This commit is contained in:
Bjørn Erik Pedersen 2017-08-06 10:42:07 +02:00
parent f768c27f0d
commit 11e5d456e8
5 changed files with 54 additions and 24 deletions

View file

@ -22,7 +22,7 @@ import (
func TestGitInfos(t *testing.T) {
skipIfCI(t)
infos, err := getGitInfos("v0.20", false)
infos, err := getGitInfos("v0.20", "", false)
require.NoError(t, err)
require.True(t, len(infos) > 0)