diff --git a/.travis.yml b/.travis.yml index 5c76dc4..573269c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ services: - docker install: + - git fetch --unshallow --tags - pip install PyYAML - pip install virtualenv - pip install reno @@ -26,7 +27,7 @@ env: before_script: - set -o pipefail - make test | tail - - reno lint | tail + - reno -v lint $PWD | tail script: - test ! -e .kitchen.yml || bundle exec kitchen test -t tests/integration diff --git a/releasenotes/config.yaml b/releasenotes/config.yaml index c529c56..fe5bc11 100644 --- a/releasenotes/config.yaml +++ b/releasenotes/config.yaml @@ -28,7 +28,7 @@ template: | features: - Use list to record summary of features. - | - Provide long description with examples. + Provide detailed description with examples. Format with reStructuredText. .. code-block:: text